amd-lthakur
36977dc276
[dtests] Fix build issues with hipLaunchParm.cpp on windows ( #1293 )
...
* Removed unwanted #include sys/time.h , gettimeofday() and timeval variables and this also helps avavoid compilation error in windows due to gettimeofday() call equivalent of which is not available in windows
* Changed the Macro name from GPU_PRINT_TIME to MY_LAUNCH_MACRO
2019-08-09 11:50:10 +00:00
Maneesh Gupta
53dd1df3fa
[hit] Rename RUN -> TEST & RUN_NAMED -> TEST_NAMED
...
Change-Id: I75e24f15129973cee15fc9dac65d678bd2172074
2019-05-09 09:59:18 +05:30
Maneesh Gupta
e1fe095471
Replace hipLaunchKernel -> hipLaunchKernelGGL
...
Change-Id: I4d99009e1199811d417becf1e1b934ec4d4e30be
2018-10-17 14:32:25 +05:30
Maneesh Gupta
51307ac705
[tests] Fixed hipLaunchParm test on nvcc path
...
- Uses c++11 features. Added it to nvcc options
- Arguments for some kernels exceeded 4096 bytes which is the limit
imposed by nvcc. Reduced BLOCK_DIM_SIZE to 512 to handle this
- Fixed compilation issues on nvcc path
Change-Id: I14f6b28afcb7c6b24a085fd707b2104e2ed64627
2018-07-25 15:41:04 +05:30
Srinivasuluch
996cfcd62a
Update hipLaunchParm.cpp
...
Added struct bit field test, test number#21
2018-07-20 12:38:06 +05:30
Srinivasuluch
070e992134
Update hipLaunchParm.cpp
...
submitting changes as per Sam review/suggestions
2018-07-18 12:41:51 +05:30
srinivas Charupally
14d4c6dc28
Adding more struct scenarions and a ResultValidation()
2018-07-12 17:08:41 +05:30
Srinivasuluch
ef33a0ad4d
Update hipLaunchParm.cpp
...
Changing macro name
2018-06-27 22:06:53 +05:30
Srinivasuluch
52e808da4d
Update hipLaunchParm.cpp
...
wrap up to 80 characters per line
2018-06-27 22:04:12 +05:30
Srinivasuluch
f69d89e79f
Update hipLaunchParm.cpp
...
changing the condition, a = b, as Sam suggested
2018-06-27 21:48:37 +05:30
Srinivasuluch
22fd883df8
Update hipLaunchParm.cpp
2018-06-27 20:49:07 +05:30
Srinivasuluch
681ce0182e
Update hipLaunchParm.cpp
...
Added a macro to disable the alignment test as it's broken
2018-06-27 19:57:44 +05:30
Srinivasuluch
52f3ec8f26
Update hipLaunchParm.cpp
...
pass by value for struct
2018-06-27 16:45:51 +05:30
Srinivasuluch
c5b643999c
Update hipLaunchParm.cpp
...
Added validation part for struct, added two struct padding tests
2018-06-25 16:53:12 +05:30
Srinivasuluch
db67638c5a
Update hipLaunchParm.cpp
...
cleanup
2018-06-11 15:21:20 +05:30
srinivas Charupally
47835efac5
Adding struct test for hipLaunchKernel()
2018-06-11 12:37:38 +05:30
Maneesh Gupta
9e47fccc89
Apply .clangformat to all repo source files
...
Change-Id: I7e79c6058f0303f9a98911e3b7dd2e8596079344
2018-03-12 11:29:03 +05:30
Aditya Atluri
f009f3533d
changed __global__ attribute
...
1. Moved around tests and added them to HIT
Change-Id: I5d75280c42a5af852670ebabc7305ee56721ec7b
2017-02-03 10:53:36 -06:00