Michael Kuron
4a646eed6c
Fix hipGetSymbolAddress/hipGetSymbolSize on nvcc
...
[ROCm/clr commit: f71b8cbc7d ]
2018-11-15 09:48:00 +01:00
Michael Kuron
a38366c81e
Implement hipGetSymbolAddress and hipGetSymbolSize
...
[ROCm/clr commit: 0b6f5791f8 ]
2018-11-04 10:39:34 +01:00
Maneesh Gupta
bb3706b6f6
Merge pull request #703 from mangupta/stream_create_with_priority
...
Implementation for stream priority
[ROCm/clr commit: 95be669f4a ]
2018-10-17 10:53:43 +05:30
Maneesh Gupta
8175561a42
Add missing hipHostRegister flags on nvcc path
...
Change-Id: I69f09204d9c544935104d4168ab8d3626666a623
[ROCm/clr commit: d71006eb99 ]
2018-10-15 15:30:24 +05:30
Maneesh Gupta
c4ed6b18fb
Implementation for stream priority
...
- Requires ROCm 1.9.x or higher
- Requires HCC with PR#886 merged
Change-Id: Id7c95ea091ee610e80c9ad815f1cb989cba570ca
[ROCm/clr commit: 07ee1f07d8 ]
2018-10-05 16:27:46 +05:30
Maneesh Gupta
9623689bc7
Add mappings for __clock* in nvcc_detail/hip_runtime.h
...
Change-Id: Ibcecf52f3e69298268d921efc036090544fa0ed0
[ROCm/clr commit: 933c13f003 ]
2018-09-17 15:23:30 +05:30
Maneesh Gupta
6e7579dbd7
Merge pull request #563 from gargrahul/add_gettexrefoffset_nvcc
...
Add hipGetTextureAlignmentOffset and hipGetChanDesc on NVCC path
[ROCm/clr commit: 56984d04b0 ]
2018-07-11 15:01:20 +05:30
Maneesh Gupta
c25b0f61e9
Merge branch 'master' into add_bindtextoarrayref_overload_api
...
[ROCm/clr commit: afe1396b35 ]
2018-07-11 12:55:49 +05:30
Maneesh Gupta
8001ecea35
Merge pull request #549 from gargrahul/correct_bindtex_syntax_nvcc
...
Corrected enum type for TextureReadMode
[ROCm/clr commit: 8820eee3a2 ]
2018-07-11 12:52:50 +05:30
Rahul Garg
f25e75ee6b
Added hipGetChanDesc for NVCC path
...
[ROCm/clr commit: bab48b86a6 ]
2018-07-11 12:37:07 +05:30
Rahul Garg
4fdb1a8ee5
Add hipGetTextureAlignmentOffset on NVCC path
...
[ROCm/clr commit: 5b53e278a5 ]
2018-07-11 12:17:33 +05:30
Rahul Garg
1751bc7c26
Added another variant of bindtextoarray for direct porting
...
[ROCm/clr commit: 017f668a72 ]
2018-07-05 23:41:31 +05:30
Rahul Garg
61b632944b
Corrected enum type
...
[ROCm/clr commit: b15b08d0db ]
2018-07-05 23:11:39 +05:30
Rahul Garg
c548c3d833
Added tex2dlayered mapping for HIP/NVCC
...
[ROCm/clr commit: f080abe5a5 ]
2018-07-05 23:00:41 +05:30
Nico Trost
3eb353ec44
added missing hipCmul() to nvcc_detail/hip_complex.h
...
[ROCm/clr commit: 6815c7bdd7 ]
2018-06-14 21:49:54 +02:00
Maneesh Gupta
95907c967d
Merge pull request #496 from gargrahul/add_gettexresdesc_nvcc
...
Add getTextureResourceDescriptor on NVCC
[ROCm/clr commit: a1ad2b9c65 ]
2018-06-06 15:12:11 +05:30
Maneesh Gupta
c4b344dab4
Merge pull request #487 from gargrahul/fix_hiparray_alloc_flag_nvcc
...
Map hipArray alloc flags on NVCC
[ROCm/clr commit: a432847b1b ]
2018-06-06 15:11:40 +05:30
Rahul Garg
8a88d182f5
Add getTextureResourceDescriptor on NVCC
...
[ROCm/clr commit: 6f8bcf53b0 ]
2018-06-05 18:46:25 +05:30
Rahul Garg
065f0d8d8c
Add integrated device property
...
[ROCm/clr commit: 94f086e9cd ]
2018-06-02 13:11:16 +05:30
Rahul Garg
11e33a1203
Map hipArray alloc flags on NVCC
...
[ROCm/clr commit: b1b9a477a2 ]
2018-06-01 17:28:43 +05:30
Maneesh Gupta
b04a576c12
Add signature for hipFuncGetAttributes to nvcc_details
...
Change-Id: I06d5b50028fcfe3ea9d81f749b02be6b094c0977
[ROCm/clr commit: a923cac5d5 ]
2018-05-30 11:24:48 +05:30
Rahul Garg
a4aa29f24b
Fix hipBindTexture on NVCC path
...
[ROCm/clr commit: d74353b112 ]
2018-05-30 10:59:07 +05:30
Rahul Garg
f40b06757c
Add 1d texture types for NVCC path
...
[ROCm/clr commit: 3699e74857 ]
2018-05-28 15:02:06 +05:30
Maneesh Gupta
96e4122845
Add hipMalloc3D to nvcc detail
...
Change-Id: I8a5654066ed1504e3b05eddbbdebf05fd52aa149
[ROCm/clr commit: 5133299804 ]
2018-05-21 11:33:09 +05:30
founta
cc87c11be1
defined hipPitchedPtr
...
Added a define for hipPitchedPtr to resolve a compiler error
[ROCm/clr commit: 5c5d87b0a3 ]
2018-05-18 09:11:50 -04:00
Rahul Garg
a7be5be448
Added hipMemset3D
...
[ROCm/clr commit: 78568435da ]
2018-05-07 10:24:30 +05:30
Rahul Garg
db7e579529
Cleaned up
...
[ROCm/clr commit: 976b9ed200 ]
2018-05-02 12:54:17 +05:30
Rahul Garg
6f05c37cde
Fix texture 3D for HIP/NVCC
...
[ROCm/clr commit: 1d76c48e3d ]
2018-05-02 11:56:37 +05:30
Rahul Garg
39a19cc9e8
Added hipMemset2DAsync support
...
[ROCm/clr commit: fcc0866681 ]
2018-04-17 18:27:27 +05:30
Maneesh Gupta
46ddefedee
Apply .clangformat to all repo source files
...
Change-Id: I7e79c6058f0303f9a98911e3b7dd2e8596079344
[ROCm/clr commit: 9e47fccc89 ]
2018-03-12 11:29:03 +05:30
Rahul Garg
10ee7a6a80
Fixed byte offset issue
...
Added HIP/NVCC support
[ROCm/clr commit: d2426e1b9a ]
2018-03-04 19:05:37 +05:30
Rahul Garg
ec4cc27986
Added support for -
...
- hipMemcpyFromArray
- hipMemcpyAtoH
- hipMemcpyHtoA
[ROCm/clr commit: ca5bcb5af4 ]
2018-01-16 11:44:19 +05:30
Rahul Garg
156e35cfe9
Fix hipGetDeviceAttribute dtest for HIP/NVCC
...
[ROCm/clr commit: a62ef42c09 ]
2017-12-06 15:49:06 +05:30
Rahul Garg
bc675b15b8
Fixed review comment
...
[ROCm/clr commit: 71a5a0cb42 ]
2017-10-02 17:29:08 +05:30
Rahul Garg
f32bb0e089
Fixed review comments
...
[ROCm/clr commit: 79a943e654 ]
2017-10-02 10:57:25 +05:30
Rahul Garg
59fce18f03
Fixed build issue
...
[ROCm/clr commit: d92cfa44d2 ]
2017-10-02 10:40:01 +05:30
Rahul Garg
c1cb518025
Fix texture support on HIP/NVCC path
...
[ROCm/clr commit: e6725e2b7a ]
2017-10-02 10:40:01 +05:30
Maneesh Gupta
e3aa4edf79
Merge pull request #155 from wsttiger/master
...
Modify hip headers such that they are more compatible with strict C compiler
[ROCm/clr commit: 01163d327b ]
2017-09-15 10:49:55 +05:30
Maneesh Gupta
c443f3814f
Fix typo in nvcc_detail/hip_runtime_api.h
...
[ROCm/clr commit: 846b0555b9 ]
2017-09-14 16:19:57 +05:30
Maneesh Gupta
bb818d9c74
Merge pull request #175 from gargrahul/assert_support
...
Device side assert support
[ROCm/clr commit: 096caca840 ]
2017-09-14 16:08:00 +05:30
sriharikarnam
f65fb4755e
Add hipDevice[Get/Set]SharedMemConfig API on nvcc details
...
[ROCm/clr commit: f6fda276ce ]
2017-09-14 16:03:19 +05:30
Rahul Garg
2725242ba4
Device side assert support
...
[ROCm/clr commit: 9dcf2ad751 ]
2017-09-07 20:45:27 +05:30
wsttiger
ef8c6a67fc
Modify header such that it's compatible with strict C compiler
...
[ROCm/clr commit: 8302138d57 ]
2017-08-15 13:23:09 -05:00
Weixing Zhang
d9abb032f7
HIP Texture Support
...
[ROCm/clr commit: ccbd3b13fc ]
2017-07-17 15:16:12 -04:00
Rahul Garg
1be7dc7cc2
Fixed hipDeviceGetByPCIBusId
...
Change-Id: Ia36bb9425671ef7659541c9aeedae4098456a31b
[ROCm/clr commit: 467a2ba014 ]
2017-06-30 10:11:41 +05:30
Rahul Garg
8c9545ad7c
Fixed hipDeviceGetPCIBusId for HIP/NVCC
...
Change-Id: I662efa148257a710f09002850b41d57bef00dff3
[ROCm/clr commit: 38d48b5cf0 ]
2017-06-29 00:13:02 +05:30
Aditya Atluri
ede75a84ab
fixed default args for symbol memcpy apis
...
Change-Id: Ie0b63f8b9c5535eb3946bd6af3f30fe71a015244
[ROCm/clr commit: 3043766899 ]
2017-06-23 19:05:44 -05:00
Rahul Garg
3e29f81050
Added device side abort function in HIP/NVCC
...
Change-Id: I6ae35a72a8b9c34852619f02da1a046c8d3b2ed3
[ROCm/clr commit: 0fd6b59e22 ]
2017-06-20 09:38:56 +05:30
Evgeny Mankov
afbf55a9dc
[HIP] [HIPIFY] CUDA Driver API 8.0.44 JIT options support.
...
[ROCm/clr commit: 463c026976 ]
2017-05-31 18:55:29 +03:00
Ben Sander
0ca3262f0a
Add event controls for release fences.
...
Env var : HIP_EVENT_SYS_RELEASE
Event allocation flags : hipEventReleaseToDevice, hipEventReleaseToSystem
(remove hipEventDisableSystemRelease)
Update test for new functionality.
[ROCm/clr commit: 942ec0eff8 ]
2017-05-27 16:02:34 -05:00