Evgeny Mankov
|
d191980c6a
|
[HIP] Clean-up deprecated HIP error codes
hipErrorMemoryAllocation -> hipErrorOutOfMemory
hipErrorInitializationError -> hipErrorNotInitialized
hipErrorMapBufferObjectFailed -> hipErrorMapFailed
hipErrorInvalidResourceHandle -> hipErrorInvalidHandle
[ROCm/clr commit: 4aaa2336a8]
|
2019-12-23 17:01:35 +03:00 |
|
Sarbojit2019
|
55fa6a83c6
|
Enabled gcc for hip host code (#1214)
* Enabled gcc for hip host code
* Adding tests for hip code + (gcc & g++), without kernels
* Excluding nvcc platforms for gcc and g++ tests + Addressing review comments
* minor code clean-up
* Add rocm include path
* Added relative path for library
* Hiding non supported functions for gcc
* Incorporating review comments
[ROCm/clr commit: f23c1a1499]
|
2019-08-05 09:51:36 +00:00 |
|
Maneesh Gupta
|
a1e4200ee8
|
[dtests] Fix complex_loading_behavior.cpp build issues on nvcc path (#1242)
[ROCm/clr commit: 7feda764b6]
|
2019-07-24 07:49:39 +00:00 |
|
Maneesh Gupta
|
3b75006961
|
[dtests] Add complex_loading_behavior test
Change-Id: Iadf135cb727a1a3761abef20336d652b159c7dcd
[ROCm/clr commit: e95f7fc1f8]
|
2019-05-09 18:03:42 +05:30 |
|
Wen-Heng (Jack) Chung
|
3faa98b08d
|
Add one test case for complex dynamic loading behavior
Existing HIT syntax doesn't seem to support the expected build and run steps
for this test.
[ROCm/clr commit: 8c5a92a789]
|
2019-02-25 17:03:31 +00:00 |
|