Alex Voicu
|
1c50968051
|
Revert adoption of CUDA indexing in general - this can only work with later versions of the compiler, just like module based dispatch, and thus must be guarded against usage in earlier (e.g. 1.6) versions.
[ROCm/hip commit: d2fd1f5544]
|
2017-11-29 21:01:28 +00:00 |
|
Alex Voicu
|
d8db534805
|
Modify the set component of the memcpy test (unclear why there is a memset component to begin with).
[ROCm/hip commit: 4131b47134]
|
2017-11-21 17:52:01 +00:00 |
|
Alex Voicu
|
962bf7bfda
|
This implements the trivial change needed to move back from the hip{Something}_{x, y, z} macros to the natural CUDA syntax of Something.{x, y, z}. This is contained in lines 384-404 in hip_runtime.h. All of the other changes have to do with changing unit tests to use this syntax. The macros are retained for backwards compatibility.
[ROCm/hip commit: cffd0e14eb]
|
2017-11-19 01:54:12 +00:00 |
|
Maneesh Gupta
|
ee92e19e7a
|
hipDeviceMemcpy test: make it functional on nvcc path
Change-Id: Id10c79b48747ed701adbd0a233c53cd60cfa743b
[ROCm/hip commit: e6cafbf342]
|
2017-06-07 15:24:44 +05:30 |
|
Aditya Atluri
|
26f6ce992d
|
added __host__ for complex functions and corrected memset and memcpy test
Change-Id: I9ffefb7a0025aa111a54d20d2766982df15532e7
[ROCm/hip commit: 6dff2714e9]
|
2017-04-06 09:29:44 -05:00 |
|
Aditya Atluri
|
6d5992d445
|
changed __global__ attribute
1. Moved around tests and added them to HIT
Change-Id: I5d75280c42a5af852670ebabc7305ee56721ec7b
[ROCm/hip commit: 5e3d63c0a3]
|
2017-02-03 10:53:36 -06:00 |
|