|
|
|
@ -12,13 +12,13 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
|
See the License for the specific language governing permissions and
|
|
|
|
|
limitations under the License. */
|
|
|
|
|
|
|
|
|
|
#include "hl_cuda.h"
|
|
|
|
|
#include <cuda_profiler_api.h>
|
|
|
|
|
#include <string.h>
|
|
|
|
|
#include <sys/syscall.h>
|
|
|
|
|
#include <sys/time.h>
|
|
|
|
|
#include <unistd.h>
|
|
|
|
|
#include <mutex>
|
|
|
|
|
#include "hl_cuda.h"
|
|
|
|
|
#include "hl_cuda.ph"
|
|
|
|
|
#include "hl_dso_loader.h"
|
|
|
|
|
#include "hl_thread.ph"
|
|
|
|
|