[git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1133874]


[ROCm/ROCR-Runtime commit: cecb0cc14a]
Этот коммит содержится в:
Ding, Wei (xN/A) TX
2015-03-24 13:10:42 -05:00
родитель b85eb92da8
Коммит 01200d04d5
+3 -11
Просмотреть файл
@@ -8,23 +8,15 @@
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <intrin.h>
#include <x86intrin.h>
#include <string.h>
#include <iostream>
#include <vector>
#include <string>
using namespace std;
#if defined(__GNUC__)
#include <sys/time.h>
#include <x86intrin.h>
#else
#if defined(_MSC_VER)
#include <time.h>
#include <windows.h>
#include <intrin.h>
#endif // _MSC_VER
#endif // __GNUC__
#include <sys/time.h>
#define HSA_FAILURE 1
#define HSA_SUCCESS 0