foreman
25943ff03d
P4 to Git Change 1426879 by cpaquot@cpaquot-ocl-lc-lnx on 2017/06/26 15:12:46
...
SWDEV-107819 - Offset buffer address
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocmemory.cpp#25 edit
[ROCm/clr commit: 815623b306 ]
2017-06-26 15:19:59 -04:00
foreman
815623b306
P4 to Git Change 1426879 by cpaquot@cpaquot-ocl-lc-lnx on 2017/06/26 15:12:46
...
SWDEV-107819 - Offset buffer address
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocmemory.cpp#25 edit
2017-06-26 15:19:59 -04:00
Kent Knox
ff920bc06e
Adding initial set Jenkinsfile and dockerfiles
...
For continuous integration enablement
[ROCm/clr commit: 3ee99588f4 ]
2017-06-26 13:18:15 -05:00
Kent Knox
3ee99588f4
Adding initial set Jenkinsfile and dockerfiles
...
For continuous integration enablement
2017-06-26 13:18:15 -05:00
Kent Knox
f5b335b147
Adding initial set Jenkinsfile and dockerfiles
...
For continuous integration enablement
2017-06-26 13:18:15 -05:00
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
Aditya Atluri
3043766899
fixed default args for symbol memcpy apis
...
Change-Id: Ie0b63f8b9c5535eb3946bd6af3f30fe71a015244
2017-06-23 19:05:44 -05:00
Aditya Atluri
522e059a79
fixed default args for symbol memcpy apis
...
Change-Id: Ie0b63f8b9c5535eb3946bd6af3f30fe71a015244
2017-06-23 19:05:44 -05:00
Ben Sander
16b2a0b76e
Add docs for launch_bounds.
...
[ROCm/clr commit: 76c2397281 ]
2017-06-23 18:05:30 -05:00
Ben Sander
76c2397281
Add docs for launch_bounds.
2017-06-23 18:05:30 -05:00
Ben Sander
dff260de7e
Add docs for launch_bounds.
2017-06-23 18:05:30 -05:00
Ben Sander
ccc085e4db
Add option to pass names to HCC dispatch API (for debug)
...
[ROCm/clr commit: c7382f7da6 ]
2017-06-23 18:05:30 -05:00
Ben Sander
c7382f7da6
Add option to pass names to HCC dispatch API (for debug)
2017-06-23 18:05:30 -05:00
Ben Sander
176ff824d1
Add option to pass names to HCC dispatch API (for debug)
2017-06-23 18:05:30 -05:00
Ben Sander
f1bed37a34
Clean up old USE_* and RELEASE.md notes.
...
[ROCm/clr commit: 42882ddf9c ]
2017-06-23 18:05:30 -05:00
Ben Sander
42882ddf9c
Clean up old USE_* and RELEASE.md notes.
2017-06-23 18:05:30 -05:00
Ben Sander
7912e61502
Clean up old USE_* and RELEASE.md notes.
2017-06-23 18:05:30 -05:00
Evgeny
c533229bc1
Block list extending
...
Change-Id: Id17efde25fce287296e80f2b37c77b15aa59b561
2017-06-23 16:37:02 -04:00
Evgeny
7892cc861c
Block list extending
...
Change-Id: Id17efde25fce287296e80f2b37c77b15aa59b561
[ROCm/ROCR-Runtime commit: c533229bc1 ]
2017-06-23 16:37:02 -04:00
Evgeny Mankov
92e8c13490
[HIPIFY] [DOC] Fix typo.
...
[ROCm/clr commit: ec2c1316a8 ]
2017-06-23 21:59:24 +03:00
Evgeny Mankov
ec2c1316a8
[HIPIFY] [DOC] Fix typo.
2017-06-23 21:59:24 +03:00
Evgeny Mankov
d239b1a3fc
[HIPIFY] [DOC] Fix typo.
2017-06-23 21:59:24 +03:00
foreman
0821063d4b
P4 to Git Change 1425994 by johtaylo@johtaylo-jtincrementor-increment on 2017/06/23 03:00:04
...
SWDEV-2 - Change OpenCL version number from 2444 to 2445.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2192 edit
[ROCm/clr commit: 312f61558d ]
2017-06-23 03:10:24 -04:00
foreman
312f61558d
P4 to Git Change 1425994 by johtaylo@johtaylo-jtincrementor-increment on 2017/06/23 03:00:04
...
SWDEV-2 - Change OpenCL version number from 2444 to 2445.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2192 edit
2017-06-23 03:10:24 -04:00
Amber Lin
13aadde56e
Use environment variable to force gfx version
...
For experimental purpose, we need an option to change compute capability
by forcing the GfxIp version. This patch allows to use environment
variable HSA_OVERRIDE_GFX_VERSION=major.minor.stepping to replace the
default version. For example:
export HSA_OVERRIDE_GFX_VERSION=9.0.1
Change-Id: I90cfbd43619d9d3aebf53321d4e058f01bcd7088
Signed-off-by: Amber Lin <Amber.Lin@amd.com >
2017-06-22 18:15:17 -04:00
Amber Lin
29f0578061
Use environment variable to force gfx version
...
For experimental purpose, we need an option to change compute capability
by forcing the GfxIp version. This patch allows to use environment
variable HSA_OVERRIDE_GFX_VERSION=major.minor.stepping to replace the
default version. For example:
export HSA_OVERRIDE_GFX_VERSION=9.0.1
Change-Id: I90cfbd43619d9d3aebf53321d4e058f01bcd7088
Signed-off-by: Amber Lin <Amber.Lin@amd.com >
[ROCm/ROCR-Runtime commit: 13aadde56e ]
2017-06-22 18:15:17 -04:00
Evgeny
8618bf7e2c
minor fixes, debug output, comments, using env vars, dead code
...
Change-Id: I08ad73b561709c1818d78a9191c96d6ad141a609
2017-06-22 18:04:26 -04:00
Evgeny
9725267667
minor fixes, debug output, comments, using env vars, dead code
...
Change-Id: I08ad73b561709c1818d78a9191c96d6ad141a609
[ROCm/ROCR-Runtime commit: 8618bf7e2c ]
2017-06-22 18:04:26 -04:00
Evgeny Mankov
8c20ecdfde
[HIPIFY] Sync more CUDA Driver API functions.
...
+ 4.14. Event Management
+ 4.15. Execution Control
ToDo: 4.16 - 4.31 modules of CUDA Driver API.
[ROCm/clr commit: cbb5c63dd6 ]
2017-06-22 21:53:32 +03:00
Evgeny Mankov
cbb5c63dd6
[HIPIFY] Sync more CUDA Driver API functions.
...
+ 4.14. Event Management
+ 4.15. Execution Control
ToDo: 4.16 - 4.31 modules of CUDA Driver API.
2017-06-22 21:53:32 +03:00
Evgeny Mankov
b4a39664f0
[HIPIFY] Sync more CUDA Driver API functions.
...
+ 4.14. Event Management
+ 4.15. Execution Control
ToDo: 4.16 - 4.31 modules of CUDA Driver API.
2017-06-22 21:53:32 +03:00
foreman
d56895314f
P4 to Git Change 1425764 by gandryey@gera-w8 on 2017/06/22 14:05:15
...
SWDEV-79445 - OCL generic changes and code clean-up
- Keep the liquidflash calls for win32 only, since the interface isn't exposed under Linux at all
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/platform/context.cpp#45 edit
[ROCm/clr commit: 8015418605 ]
2017-06-22 14:13:27 -04:00
foreman
8015418605
P4 to Git Change 1425764 by gandryey@gera-w8 on 2017/06/22 14:05:15
...
SWDEV-79445 - OCL generic changes and code clean-up
- Keep the liquidflash calls for win32 only, since the interface isn't exposed under Linux at all
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/platform/context.cpp#45 edit
2017-06-22 14:13:27 -04:00
foreman
aa251eeae4
P4 to Git Change 1425751 by gandryey@gera-w8 on 2017/06/22 13:46:26
...
SWDEV-79445 - OCL generic changes and code clean-up
- Fix for LiquidFlash. Add different condition for Linux build detection
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/build/Makefile.runtime#68 edit
... //depot/stg/opencl/drivers/opencl/runtime/platform/context.cpp#44 edit
[ROCm/clr commit: f71a338de7 ]
2017-06-22 13:52:33 -04:00
foreman
f71a338de7
P4 to Git Change 1425751 by gandryey@gera-w8 on 2017/06/22 13:46:26
...
SWDEV-79445 - OCL generic changes and code clean-up
- Fix for LiquidFlash. Add different condition for Linux build detection
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/build/Makefile.runtime#68 edit
... //depot/stg/opencl/drivers/opencl/runtime/platform/context.cpp#44 edit
2017-06-22 13:52:33 -04:00
foreman
0bf329a1c8
P4 to Git Change 1425559 by johtaylo@johtaylo-jtincrementor-increment on 2017/06/22 03:00:03
...
SWDEV-2 - Change OpenCL version number from 2443 to 2444.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2191 edit
[ROCm/clr commit: 6ea83d1be3 ]
2017-06-22 03:10:10 -04:00
foreman
6ea83d1be3
P4 to Git Change 1425559 by johtaylo@johtaylo-jtincrementor-increment on 2017/06/22 03:00:03
...
SWDEV-2 - Change OpenCL version number from 2443 to 2444.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2191 edit
2017-06-22 03:10:10 -04:00
foreman
9d87eb1016
P4 to Git Change 1425037 by johtaylo@johtaylo-jtincrementor-increment on 2017/06/21 03:00:04
...
SWDEV-2 - Change OpenCL version number from 2442 to 2443.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2190 edit
[ROCm/clr commit: 2db2eef7ab ]
2017-06-21 03:14:02 -04:00
foreman
2db2eef7ab
P4 to Git Change 1425037 by johtaylo@johtaylo-jtincrementor-increment on 2017/06/21 03:00:04
...
SWDEV-2 - Change OpenCL version number from 2442 to 2443.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2190 edit
2017-06-21 03:14:02 -04:00
foreman
c78eb85c21
P4 to Git Change 1424893 by gandryey@gera-w8 on 2017/06/20 17:18:40
...
SWDEV-79445 - OCL generic changes and code clean-up
- Remove build dependency from libdrm and libdrm-amdgpu libs
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/build/Makefile.api#157 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/pro/lnxheaders.h#2 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/pro/prodevice.cpp#2 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/pro/prodevice.hpp#3 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/pro/profuncs.hpp#1 add
[ROCm/clr commit: 7fe63d653c ]
2017-06-20 17:27:45 -04:00
foreman
7fe63d653c
P4 to Git Change 1424893 by gandryey@gera-w8 on 2017/06/20 17:18:40
...
SWDEV-79445 - OCL generic changes and code clean-up
- Remove build dependency from libdrm and libdrm-amdgpu libs
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/build/Makefile.api#157 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/pro/lnxheaders.h#2 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/pro/prodevice.cpp#2 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/pro/prodevice.hpp#3 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/pro/profuncs.hpp#1 add
2017-06-20 17:27:45 -04:00
Aditya Atluri
a491a49f98
removed rm for /opt/rocm/hip/src in inline asm sample
...
Change-Id: I0c02bccd4cd35e01a8e889ea1e586ea8baf0ab90
2017-06-20 11:35:52 -05:00
Aditya Atluri
512482badd
removed rm for /opt/rocm/hip/src in inline asm sample
...
Change-Id: I0c02bccd4cd35e01a8e889ea1e586ea8baf0ab90
[ROCm/clr commit: fba69b1ce7 ]
2017-06-20 11:35:52 -05:00
Aditya Atluri
fba69b1ce7
removed rm for /opt/rocm/hip/src in inline asm sample
...
Change-Id: I0c02bccd4cd35e01a8e889ea1e586ea8baf0ab90
2017-06-20 11:35:52 -05:00
Aditya Atluri
871c2fc8d6
removed rm for /opt/rocm/hip/src in inline asm sample
...
Change-Id: I0c02bccd4cd35e01a8e889ea1e586ea8baf0ab90
2017-06-20 11:35:52 -05:00
Evan Quan
5b3c9f0b31
Revert "Change gfx900 compute capability to 9.0.1"
...
This reverts commit 5114a9368b .
Change-Id: Id9c4f43462820bf09f25674fa30e6eb04098808e
Signed-off-by: Evan Quan <evan.quan@amd.com >
2017-06-20 15:36:09 +08:00
Evan Quan
17056d07bb
Revert "Change gfx900 compute capability to 9.0.1"
...
This reverts commit 35dcb1c392 .
Change-Id: Id9c4f43462820bf09f25674fa30e6eb04098808e
Signed-off-by: Evan Quan <evan.quan@amd.com >
[ROCm/ROCR-Runtime commit: 5b3c9f0b31 ]
2017-06-20 15:36:09 +08: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
Rahul Garg
0fd6b59e22
Added device side abort function in HIP/NVCC
...
Change-Id: I6ae35a72a8b9c34852619f02da1a046c8d3b2ed3
2017-06-20 09:38:56 +05:30
Rahul Garg
e6e4fe613c
Added device side abort function in HIP/NVCC
...
Change-Id: I6ae35a72a8b9c34852619f02da1a046c8d3b2ed3
2017-06-20 09:38:56 +05:30