Aditya Atluri
bf3d3a9745
Revert "Fixed passing unpinned memory to async memcpy"
...
This reverts commit c272c53808 .
[ROCm/hip commit: 45965aaa2d ]
2016-03-08 03:17:27 -06:00
Aditya Atluri
7f8a1a3e17
Merge branch 'privatestaging' of https://github.com/AMDComputeLibraries/HIP-privatestaging into privatestaging
...
[ROCm/hip commit: 81824926be ]
2016-03-08 03:15:33 -06:00
Aditya Atluri
c272c53808
Fixed passing unpinned memory to async memcpy
...
[ROCm/hip commit: 216af71480 ]
2016-03-08 03:14:49 -06:00
Aditya Atluri
c05f4abd71
Added hipHostRegister flags
...
[ROCm/hip commit: d9429dd4ec ]
2016-03-07 10:52:40 -06:00
Aditya Atluri
02760925a9
Added hipHostRegister feature for CUDA backend and its tests
...
[ROCm/hip commit: 4ed0b1cb1a ]
2016-03-07 03:42:50 -06:00
Aditya Atluri
ee6a02b4fa
added copyrights for newly added tests
...
[ROCm/hip commit: de85c80eb0 ]
2016-03-07 02:01:25 -06:00
Aditya Atluri
02925c2393
Merge branch 'privatestaging' of https://github.com/AMDComputeLibraries/HIP-privatestaging into privatestaging
...
[ROCm/hip commit: 3799fd55e2 ]
2016-03-07 01:41:10 -06:00
Aditya Atluri
e33e27232e
Increased size of arrays for single stream tests
...
[ROCm/hip commit: faaee7e9bf ]
2016-03-07 01:40:31 -06:00
Maneesh Gupta
2de8a1a4a6
Fix typo in nvcc_detail/hip_runtime_api.h
...
[ROCm/hip commit: 39d5a2c079 ]
2016-03-07 09:40:15 +05:30
Aditya Atluri
91dbc3114d
added feature for hipHostGetFlags for CUDA and HIP
...
[ROCm/hip commit: 75952029d6 ]
2016-03-06 12:17:30 -06:00
Aditya Atluri
5346c57411
added flags support to be used later
...
[ROCm/hip commit: 1f3695b224 ]
2016-03-06 08:40:33 -06:00
Aditya Atluri
f1b8758919
corrected hipDeviceGetProperties to hipGetDeviceProperties - not docs
...
[ROCm/hip commit: d3ba2b9782 ]
2016-03-06 08:31:04 -06:00
Aditya Atluri
3c91a6d0a7
Added hipHostAlloc with hipHostAllocMapped flag
...
[ROCm/hip commit: 3aa764d5eb ]
2016-03-05 15:57:56 -06:00
Aditya Atluri
8e0fc269d7
Added hipHostAlloc feature for CUDA
...
[ROCm/hip commit: f479531be5 ]
2016-03-05 13:58:56 -06:00
Aditya Atluri
5e9d9cbabf
v2 Added canHostMapMemory
...
[ROCm/hip commit: a5408ed7b6 ]
2016-03-05 13:15:07 -06:00
Aditya Atluri
6bfbe0483a
Revert "Added canMapHostMemory feature"
...
This reverts commit 8b585536ef .
[ROCm/hip commit: 2ebbdd6ec5 ]
2016-03-05 13:08:57 -06:00
Aditya Atluri
8b585536ef
Added canMapHostMemory feature
...
[ROCm/hip commit: af4edd277f ]
2016-03-05 13:06:37 -06:00
Aditya Atluri
29c423a22b
Added canMapHostMemory to hipDeviceProp
...
[ROCm/hip commit: 4b271ec013 ]
2016-03-05 19:30:29 -06:00
Aditya Atluri
52049a5927
v2: Fixed implementation of hipMemcpyDefault flag
...
[ROCm/hip commit: bd23279271 ]
2016-03-04 06:00:04 -06:00
Aditya Atluri
cc9a9cc5db
Added support for hipMemcpyDefault
...
[ROCm/hip commit: c154e1f4e4 ]
2016-03-03 10:30:06 -06:00
Aditya Avinash Atluri
12e7f550b7
Update hip_hcc.cpp
...
[ROCm/hip commit: 40eefc1cde ]
2016-03-03 13:59:43 -06:00
Aditya Avinash Atluri
057bcc73f1
Fix output of hipPointerGetAttributes
...
The output of hipPointerGetAttributes is fixed to match CUDA counterpart.
[ROCm/hip commit: b6e34a44b0 ]
2016-03-03 13:58:18 -06:00
Aditya Avinash Atluri
4811b38a15
Changed test to match CUDA output of errors
...
We changed the test so that it runs on CUDA. As we are emulating CUDA behavior, this should pass on HIP.
[ROCm/hip commit: d4765d39a2 ]
2016-03-03 13:48:58 -06:00
pensun
2019a85ac3
Fix for hipEnvVar test for titan machine
...
[ROCm/hip commit: 20f939b356 ]
2016-03-03 06:23:17 -06:00
Maneesh Gupta
fe88652340
Merge branch 'privatestaging' of https://github.com/AMDComputeLibraries/HIP-privatestaging into privatestaging
...
[ROCm/hip commit: df1abec682 ]
2016-03-03 09:53:04 +05:30
Maneesh Gupta
b3d6a32b62
Fix hip_ballot.cpp compilation on hcc
...
[ROCm/hip commit: ba6393e36d ]
2016-03-03 09:52:41 +05:30
Maneesh Gupta
69132a5a5b
Fix hipPointerAttrib.cpp compilation on nvcc
...
[ROCm/hip commit: 403206074e ]
2016-03-03 09:48:47 +05:30
Maneesh Gupta
25bc5be377
Fix hipcc from trying to compile object files
...
[ROCm/hip commit: 5013884d3d ]
2016-03-03 09:47:37 +05:30
pensun
ea4635eb06
fix for hipEnvVarDriver test
...
[ROCm/hip commit: 4018d6a33b ]
2016-03-02 04:35:37 -06:00
Aditya Atluri
0ed3d943f1
Initialize hip when single kernel is called
...
[ROCm/hip commit: ce7ae41d42 ]
2016-03-02 08:08:45 -06:00
Aditya Avinash Atluri
69cbc17c3e
Added Copyright
...
[ROCm/hip commit: 34e81c57ff ]
2016-03-02 08:53:10 -06:00
Aditya Atluri
fa55e39251
Added new multithreaded stream test
...
[ROCm/hip commit: fc49dc580a ]
2016-03-01 19:33:47 -06:00
Aditya Atluri
4aecd405c6
Uncommented failed tests, passing fine via 180bc3
...
[ROCm/hip commit: 0aba2a8b28 ]
2016-02-29 06:07:26 -06:00
Aditya Atluri
fc280af642
Revert "Testing all test cases"
...
This reverts commit d9ad5316db .
[ROCm/hip commit: 39d9f5e1b1 ]
2016-02-29 06:00:50 -06:00
Aditya Avinash Atluri
d9ad5316db
Testing all test cases
...
The comments for not-working tests are removed. They are working fine, thanks to this commit https://github.com/AMDComputeLibraries/HIP-privatestaging/commit/5214b314a99bf8f0e77d4594a567c8a59bf3740f
[ROCm/hip commit: 381fe8b51d ]
2016-02-29 13:01:43 -06:00
Aditya Avinash Atluri
5214b314a9
H2H Async memcpy fix
...
In this change, the cpu memcpy will wait until all the commands in the current stream are done.
Note that, it only waits on current stream. But not on other streams.
[ROCm/hip commit: 180bc32db0 ]
2016-02-29 12:49:50 -06:00
pensun
954c3051d4
Merge branch 'privatestaging' of https://github.com/AMDComputeLibraries/HIP-privatestaging into privatestaging
...
[ROCm/hip commit: 2b9ffefad0 ]
2016-02-28 13:09:46 -06:00
Ben Sander
5fc32bc1e8
Copy dependency bug fixes and test modes.
...
Add dependency for host-to-host copy.
Add debug mode for HIP_DISABLE_HW_COPY_DEP and
HIP_DISABLE_HW_KERNEL_DEP - setting these to -1 now ignores
all dependencies.
[ROCm/hip commit: ba9ad6be80 ]
2016-02-28 21:19:49 -06:00
Ben Sander
02a4720281
add check for hip platform configuration
...
[ROCm/hip commit: 352c056ea6 ]
2016-02-28 21:08:53 -06:00
Ben Sander
cefe65e24a
touchup
...
[ROCm/hip commit: af22d056e0 ]
2016-02-28 21:08:53 -06:00
Ben Sander
5f3c11fd2f
Describe using HIP with native-gcn compiler
...
[ROCm/hip commit: 28b28ba9b9 ]
2016-02-28 21:08:53 -06:00
pensun
4f31297623
Merge branch 'doc_update' into privatestaging
...
[ROCm/hip commit: 1a5c78062f ]
2016-02-27 15:13:14 -06:00
pensun
cb19da0aa7
resolve conflicts of doc_update
...
[ROCm/hip commit: 11ca71bd76 ]
2016-02-27 15:08:45 -06:00
pensun
5386d7d7c6
minor typo fix
...
[ROCm/hip commit: 06dce734ee ]
2016-02-27 15:04:49 -06:00
pensun
7a2991ed9e
Merge branch 'privatestaging' of https://github.com/AMDComputeLibraries/HIP-privatestaging into privatestaging
...
[ROCm/hip commit: 2d0394eaae ]
2016-02-27 14:51:52 -06:00
pensun
b9421830a4
Test cases for HIP_VISIBLE_DEVICES/CUDA_VISIBLE_DEVICES.
...
hipEnvVar is the base test case, to be called by hipEnvVarDriver
at the run time.
Test case includes tests for normal use case of the environment
variable, invalid value/sequence and use CUDA_VISIBLE_DEVICES as a
alternative.
[ROCm/hip commit: 39b44cb484 ]
2016-02-27 14:48:00 -06:00
pensun
1154872b0d
improve the HIP_VISIBLE_DEVICES implementation
...
[ROCm/hip commit: 1f606261c1 ]
2016-02-27 14:14:08 -06:00
Aditya Avinash Atluri
ab2f5e0158
Update hipStreamL5.cpp
...
- Added Copyright
- Removed unnecessary headers
- Added naming scheme
- Added comments for failing cases
- Reformatted source
[ROCm/hip commit: cdccdb9faa ]
2016-02-27 13:20:55 -06:00
pensun
dcf5ac2c06
add test case and its driver for HIP_VISIBLE_DEVICES/CUDA_VISIBLE_DEVICES
...
[ROCm/hip commit: 43315ad62b ]
2016-02-27 09:43:38 -06:00
Aditya Atluri
d0e96d1b27
[v2]: Added test to check single stream dispatches
...
[ROCm/hip commit: 14ec56acab ]
2016-02-27 05:55:56 -06:00