Maneesh Gupta
821f8b9e02
Merge pull request #121 from syifan/master
...
Allow hip cmake to link libraries
2017-07-28 09:12:15 +05:30
Ben Sander
c8b72cb926
Pass kernel name to HCC dispatch_hsa_kernel, for debug/profile
...
[ROCm/clr commit: a282351763 ]
2017-07-27 22:00:15 -05:00
Ben Sander
a282351763
Pass kernel name to HCC dispatch_hsa_kernel, for debug/profile
2017-07-27 22:00:15 -05:00
Ben Sander
3a4dfc0f85
Pass kernel name to HCC dispatch_hsa_kernel, for debug/profile
2017-07-27 22:00:15 -05:00
Evgeny Mankov
6e010bec22
Update Cuda2Hip.cpp
...
[ROCm/clr commit: 6c5adf42dd ]
2017-07-28 01:45:24 +03:00
Evgeny Mankov
6c5adf42dd
Update Cuda2Hip.cpp
2017-07-28 01:45:24 +03:00
Evgeny Mankov
d614f53ad7
Update Cuda2Hip.cpp
2017-07-28 01:45:24 +03:00
Evgeny Mankov
f9780654b8
Update CUDA_Runtime_API_functions_supported_by_HIP.md
...
[ROCm/clr commit: 4486f91350 ]
2017-07-28 01:41:14 +03:00
Evgeny Mankov
4486f91350
Update CUDA_Runtime_API_functions_supported_by_HIP.md
2017-07-28 01:41:14 +03:00
Evgeny Mankov
bcca169631
Update CUDA_Runtime_API_functions_supported_by_HIP.md
2017-07-28 01:41:14 +03:00
Evgeny Mankov
4940eea975
Update CUDA_Runtime_API_functions_supported_by_HIP.md
...
[ROCm/clr commit: 681dd9e14d ]
2017-07-28 01:38:50 +03:00
Evgeny Mankov
681dd9e14d
Update CUDA_Runtime_API_functions_supported_by_HIP.md
2017-07-28 01:38:50 +03:00
Evgeny Mankov
36a9ccacb6
Update CUDA_Runtime_API_functions_supported_by_HIP.md
2017-07-28 01:38:50 +03:00
Ben Sander
82a347659c
Merge pull request #110 from sunway513/fix_hipEnvVar_test
...
Fix hipEnvVar test
[ROCm/clr commit: bd563bf761 ]
2017-07-27 13:03:43 -05:00
Ben Sander
bd563bf761
Merge pull request #110 from sunway513/fix_hipEnvVar_test
...
Fix hipEnvVar test
2017-07-27 13:03:43 -05:00
Ben Sander
9cede50942
Merge pull request #110 from sunway513/fix_hipEnvVar_test
...
Fix hipEnvVar test
2017-07-27 13:03:43 -05:00
sunway513
67afe0ec04
Change to use hipDeviceGetPCIBusId api for hipEnvVarDriver test
...
[ROCm/clr commit: b7c34fb80f ]
2017-07-27 17:41:49 +00:00
sunway513
b7c34fb80f
Change to use hipDeviceGetPCIBusId api for hipEnvVarDriver test
2017-07-27 17:41:49 +00:00
sunway513
ed0d6cf745
Change to use hipDeviceGetPCIBusId api for hipEnvVarDriver test
2017-07-27 17:41:49 +00:00
Ben Sander
1aa0656d34
Set HIP_SYNC_NULL_STREAM=0.
...
Optimizes null stream synchronization so it uses GPU-side dependency
resolution. Requires HCC __hcc_workweek__ > 17300.
[ROCm/clr commit: cd42711134 ]
2017-07-27 11:11:54 -05:00
Ben Sander
cd42711134
Set HIP_SYNC_NULL_STREAM=0.
...
Optimizes null stream synchronization so it uses GPU-side dependency
resolution. Requires HCC __hcc_workweek__ > 17300.
2017-07-27 11:11:54 -05:00
Ben Sander
77fb9893b4
Set HIP_SYNC_NULL_STREAM=0.
...
Optimizes null stream synchronization so it uses GPU-side dependency
resolution. Requires HCC __hcc_workweek__ > 17300.
2017-07-27 11:11:54 -05:00
Yifan Sun
1edab9f118
Allow hip cmake to link libraries
...
[ROCm/clr commit: 679075e2f0 ]
2017-07-27 11:46:18 -04:00
Yifan Sun
679075e2f0
Allow hip cmake to link libraries
2017-07-27 11:46:18 -04:00
Yifan Sun
0aaa800109
Allow hip cmake to link libraries
2017-07-27 11:46:18 -04:00
Evgeny Mankov
e586926eb7
[HIPIFY] CUDA RT Textures support
...
[ROCm/clr commit: fa7719b5b5 ]
2017-07-27 18:39:40 +03:00
Evgeny Mankov
fa7719b5b5
[HIPIFY] CUDA RT Textures support
2017-07-27 18:39:40 +03:00
Evgeny Mankov
ffcf5d32a0
[HIPIFY] CUDA RT Textures support
2017-07-27 18:39:40 +03:00
foreman
ebbda19ce1
P4 to Git Change 1440143 by johtaylo@johtaylo-jtincrementor-increment on 2017/07/27 03:00:05
...
SWDEV-2 - Change OpenCL version number from 2462 to 2463.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2210 edit
[ROCm/clr commit: bbce92464b ]
2017-07-27 03:18:48 -04:00
foreman
bbce92464b
P4 to Git Change 1440143 by johtaylo@johtaylo-jtincrementor-increment on 2017/07/27 03:00:05
...
SWDEV-2 - Change OpenCL version number from 2462 to 2463.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2210 edit
2017-07-27 03:18:48 -04:00
Maneesh Gupta
97edbda54d
Merge pull request #116 from bensander/enable_coh_host
...
Make host memory allocations coherent by default.
[ROCm/clr commit: 9086c14936 ]
2017-07-27 10:45:32 +05:30
Maneesh Gupta
9086c14936
Merge pull request #116 from bensander/enable_coh_host
...
Make host memory allocations coherent by default.
2017-07-27 10:45:32 +05:30
Maneesh Gupta
526fcb1223
Merge pull request #116 from bensander/enable_coh_host
...
Make host memory allocations coherent by default.
2017-07-27 10:45:32 +05:30
Ben Sander
a5b3f825c2
Merge pull request #100 from weixingzhang/texture
...
HIP Texture Support
[ROCm/clr commit: 702651fc85 ]
2017-07-26 19:28:15 -05:00
Ben Sander
702651fc85
Merge pull request #100 from weixingzhang/texture
...
HIP Texture Support
2017-07-26 19:28:15 -05:00
Ben Sander
4f93b99f23
Merge pull request #100 from weixingzhang/texture
...
HIP Texture Support
2017-07-26 19:28:15 -05:00
Ben Sander
03e01439aa
Merge pull request #114 from emankov/master
...
[HIPIFY] CUDA Stream Callback support
[ROCm/clr commit: 1be14ad733 ]
2017-07-26 19:27:05 -05:00
Ben Sander
1be14ad733
Merge pull request #114 from emankov/master
...
[HIPIFY] CUDA Stream Callback support
2017-07-26 19:27:05 -05:00
Ben Sander
bcdc6681fa
Merge pull request #114 from emankov/master
...
[HIPIFY] CUDA Stream Callback support
2017-07-26 19:27:05 -05:00
Ben Sander
70783958f3
Merge pull request #113 from mangupta/avoid_rebuild_cache
...
[cmake] No longer rebuild cmake cache on each build
[ROCm/clr commit: 9e120e3dd3 ]
2017-07-26 19:24:43 -05:00
Ben Sander
9e120e3dd3
Merge pull request #113 from mangupta/avoid_rebuild_cache
...
[cmake] No longer rebuild cmake cache on each build
2017-07-26 19:24:43 -05:00
Ben Sander
50546c7866
Merge pull request #113 from mangupta/avoid_rebuild_cache
...
[cmake] No longer rebuild cmake cache on each build
2017-07-26 19:24:43 -05:00
Ben Sander
4f06b4157d
Merge pull request #115 from bensander/README
...
Update release notes.
[ROCm/clr commit: ed9647ad25 ]
2017-07-26 19:23:26 -05:00
Ben Sander
ed9647ad25
Merge pull request #115 from bensander/README
...
Update release notes.
2017-07-26 19:23:26 -05:00
Ben Sander
5589c59605
Merge pull request #115 from bensander/README
...
Update release notes.
2017-07-26 19:23:26 -05:00
Ben Sander
235b60165f
Make host memory allocations coherent by default.
...
Associated change is to optimize event recording so it uses
agent-scope releaes (since it was only using system-scope release
to support non-coherent host mem).
Flags and environment variables exist to obtain previous behavior
if desired. Options are documented in new performance guide.
[ROCm/clr commit: 6576201ec2 ]
2017-07-26 19:20:34 -05:00
Ben Sander
6576201ec2
Make host memory allocations coherent by default.
...
Associated change is to optimize event recording so it uses
agent-scope releaes (since it was only using system-scope release
to support non-coherent host mem).
Flags and environment variables exist to obtain previous behavior
if desired. Options are documented in new performance guide.
2017-07-26 19:20:34 -05:00
Ben Sander
8b8e97ff28
Make host memory allocations coherent by default.
...
Associated change is to optimize event recording so it uses
agent-scope releaes (since it was only using system-scope release
to support non-coherent host mem).
Flags and environment variables exist to obtain previous behavior
if desired. Options are documented in new performance guide.
2017-07-26 19:20:34 -05:00
Ben Sander
7eeb6e4d9d
Update release notes.
...
[ROCm/clr commit: e29a53f4a6 ]
2017-07-26 19:03:32 -05:00
Ben Sander
e29a53f4a6
Update release notes.
2017-07-26 19:03:32 -05:00