İşleme Grafiği

54851 İşleme

Yazar SHA1 Mesaj Tarih
Maneesh Gupta 719a5fdeb5 Merge pull request #101 from mangupta/issue47
Don't crash for hipEventDestroy(NULL)
2017-07-18 11:18:23 +05:30
Maneesh Gupta 1d986efecf [dt] temporarily disable broken tests
Change-Id: I3ce23e410dc36e06d460263d768412f8368a6699


[ROCm/clr commit: 814eddcd96]
2017-07-18 11:17:02 +05:30
Maneesh Gupta 814eddcd96 [dt] temporarily disable broken tests
Change-Id: I3ce23e410dc36e06d460263d768412f8368a6699
2017-07-18 11:17:02 +05:30
Maneesh Gupta b3a9e202b1 [dt] temporarily disable broken tests
Change-Id: I3ce23e410dc36e06d460263d768412f8368a6699
2017-07-18 11:17:02 +05:30
Maneesh Gupta a73a17763d Don't crash for hipEventDestroy(NULL)
Change-Id: I3f4de1ad2712dbe8af81e10c5d3bef16d468c582


[ROCm/clr commit: 21de66889c]
2017-07-18 11:01:02 +05:30
Maneesh Gupta 21de66889c Don't crash for hipEventDestroy(NULL)
Change-Id: I3f4de1ad2712dbe8af81e10c5d3bef16d468c582
2017-07-18 11:01:02 +05:30
Maneesh Gupta 7ddb6b6b76 Don't crash for hipEventDestroy(NULL)
Change-Id: I3f4de1ad2712dbe8af81e10c5d3bef16d468c582
2017-07-18 11:01:02 +05:30
Weixing Zhang d9abb032f7 HIP Texture Support
[ROCm/clr commit: ccbd3b13fc]
2017-07-17 15:16:12 -04:00
Weixing Zhang ccbd3b13fc HIP Texture Support 2017-07-17 15:16:12 -04:00
Weixing Zhang e671cec367 HIP Texture Support 2017-07-17 15:16:12 -04:00
Felix Kuehling c48ff6b482 Make HSA_DISABLE_CACHE work on gfx900
Change-Id: I624390bfa70b2ff4cefd1bbdf8d960b7121f22bb
Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com>
2017-07-17 15:13:52 -04:00
Felix Kuehling 0d145b951a Make HSA_DISABLE_CACHE work on gfx900
Change-Id: I624390bfa70b2ff4cefd1bbdf8d960b7121f22bb
Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com>


[ROCm/ROCR-Runtime commit: c48ff6b482]
2017-07-17 15:13:52 -04:00
foreman fc8ab36c8c P4 to Git Change 1435037 by lmoriche@lmoriche_opencl_dev2 on 2017/07/17 12:36:11
SWDEV-127280 - Expose CL_DEVICE_GFXIP_MINOR_AMD/CL_DEVICE_GFXIP_MAJOR_AMD even though cl_amd_device_attribute_query is not yet supported on OpenCL/ROCm.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#57 edit


[ROCm/clr commit: 660650d441]
2017-07-17 13:26:27 -04:00
foreman 660650d441 P4 to Git Change 1435037 by lmoriche@lmoriche_opencl_dev2 on 2017/07/17 12:36:11
SWDEV-127280 - Expose CL_DEVICE_GFXIP_MINOR_AMD/CL_DEVICE_GFXIP_MAJOR_AMD even though cl_amd_device_attribute_query is not yet supported on OpenCL/ROCm.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#57 edit
2017-07-17 13:26:27 -04:00
Felix Kuehling c7bd7733e5 Align large buffers to BigK or huge-page boundary
This should allow us to take advantage of BigK fragments and huge pages
and improve TLB efficiency for VRAM allocations. Huge pages only work
with 4-level page tables (gfx900 and up). BigK fragments work on older
GPUs.

Change-Id: I02e1fbf74de554e16fdaf44e44d03b47df45c3b0
Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com>
2017-07-17 12:04:05 -04:00
Felix Kuehling 0c811652ff Align large buffers to BigK or huge-page boundary
This should allow us to take advantage of BigK fragments and huge pages
and improve TLB efficiency for VRAM allocations. Huge pages only work
with 4-level page tables (gfx900 and up). BigK fragments work on older
GPUs.

Change-Id: I02e1fbf74de554e16fdaf44e44d03b47df45c3b0
Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com>


[ROCm/ROCR-Runtime commit: c7bd7733e5]
2017-07-17 12:04:05 -04:00
Chris Freehill a12c5628ea Added dispatch time, async copy and test template rocrtst tests
Change-Id: I57a844ee65c36bd61616ee6d60d358303f51db56
2017-07-17 10:30:26 -05:00
Chris Freehill bcd0bd4e38 Added dispatch time, async copy and test template rocrtst tests
Change-Id: I57a844ee65c36bd61616ee6d60d358303f51db56


[ROCm/ROCR-Runtime commit: a12c5628ea]
2017-07-17 10:30:26 -05:00
Felix Kuehling dc2c52be78 Align imported graphics buffers
Imported graphics buffers are most likely images. Align them for
tiled image access. 64KB seems to do the trick.

This fixes VM faults with OpenCL graphics interop.

Change-Id: I7f60e205d93fff9407e0d00d3dbb02cc4990b863
Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com>
2017-07-17 11:19:08 -04:00
Felix Kuehling 838f639b73 Align imported graphics buffers
Imported graphics buffers are most likely images. Align them for
tiled image access. 64KB seems to do the trick.

This fixes VM faults with OpenCL graphics interop.

Change-Id: I7f60e205d93fff9407e0d00d3dbb02cc4990b863
Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com>


[ROCm/ROCR-Runtime commit: dc2c52be78]
2017-07-17 11:19:08 -04:00
Maneesh Gupta 61d1e7a7c9 Merge pull request #99 from mangupta/remove_host_erfinv
remove unsupported erf(c)inv related host functionality

[ROCm/clr commit: 40c2f5c12a]
2017-07-17 12:23:11 +05:30
Maneesh Gupta 40c2f5c12a Merge pull request #99 from mangupta/remove_host_erfinv
remove unsupported erf(c)inv related host functionality
2017-07-17 12:23:11 +05:30
Maneesh Gupta 205b98af10 Merge pull request #99 from mangupta/remove_host_erfinv
remove unsupported erf(c)inv related host functionality
2017-07-17 12:23:11 +05:30
foreman 443e88af68 P4 to Git Change 1434689 by johtaylo@johtaylo-jtincrementor-increment on 2017/07/15 03:00:05
SWDEV-2 - Change OpenCL version number from 2454 to 2455.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2202 edit


[ROCm/clr commit: a77399a76b]
2017-07-15 03:15:51 -04:00
foreman a77399a76b P4 to Git Change 1434689 by johtaylo@johtaylo-jtincrementor-increment on 2017/07/15 03:00:05
SWDEV-2 - Change OpenCL version number from 2454 to 2455.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2202 edit
2017-07-15 03:15:51 -04:00
Kent Knox ac0d220179 [ci] Fixes to remove repo.radeon.com build-args
HiP docker images should inherit the repo information from the hcc image,
so no need to duplicate in HiP again


[ROCm/clr commit: 6766c2adb8]
2017-07-14 17:28:16 -05:00
Kent Knox 6766c2adb8 [ci] Fixes to remove repo.radeon.com build-args
HiP docker images should inherit the repo information from the hcc image,
so no need to duplicate in HiP again
2017-07-14 17:28:16 -05:00
Kent Knox ed82afad2e [ci] Fixes to remove repo.radeon.com build-args
HiP docker images should inherit the repo information from the hcc image,
so no need to duplicate in HiP again
2017-07-14 17:28:16 -05:00
Evgeny 08d5efe29d moving hsa-amd-aqlprofile to ssh://gerritgit/hsa/ec/aqlprofile
Change-Id: Ic42752ca41f877db02aa5a5d8d617cd67cce8956
2017-07-14 14:59:42 -05:00
Evgeny 4648eb66fd moving hsa-amd-aqlprofile to ssh://gerritgit/hsa/ec/aqlprofile
Change-Id: Ic42752ca41f877db02aa5a5d8d617cd67cce8956


[ROCm/ROCR-Runtime commit: 08d5efe29d]
2017-07-14 14:59:42 -05:00
foreman 97db85c5c4 P4 to Git Change 1434399 by lmoriche@lmoriche_palamida on 2017/07/14 14:29:20
SWDEV-102733 - [OCL-LC-ROCm] Cmake build Write CMakeLists.txt to enable building with and without the DK environment
	- Update from git.

Affected files ...

... //depot/stg/opencl/drivers/opencl/CMakeLists.txt#13 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/CMakeLists.txt#7 edit


[ROCm/clr commit: dfd8394134]
2017-07-14 14:54:24 -04:00
foreman dfd8394134 P4 to Git Change 1434399 by lmoriche@lmoriche_palamida on 2017/07/14 14:29:20
SWDEV-102733 - [OCL-LC-ROCm] Cmake build Write CMakeLists.txt to enable building with and without the DK environment
	- Update from git.

Affected files ...

... //depot/stg/opencl/drivers/opencl/CMakeLists.txt#13 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/CMakeLists.txt#7 edit
2017-07-14 14:54:24 -04:00
foreman 5f292bd52d P4 to Git Change 1434399 by lmoriche@lmoriche_palamida on 2017/07/14 14:29:20
SWDEV-102733 - [OCL-LC-ROCm] Cmake build Write CMakeLists.txt to enable building with and without the DK environment
	- Update from git.

Affected files ...

... //depot/stg/opencl/drivers/opencl/CMakeLists.txt#13 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/CMakeLists.txt#7 edit


[ROCm/clr commit: ca5e8526e0]
2017-07-14 14:54:24 -04:00
foreman ca5e8526e0 P4 to Git Change 1434399 by lmoriche@lmoriche_palamida on 2017/07/14 14:29:20
SWDEV-102733 - [OCL-LC-ROCm] Cmake build Write CMakeLists.txt to enable building with and without the DK environment
	- Update from git.

Affected files ...

... //depot/stg/opencl/drivers/opencl/CMakeLists.txt#13 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/CMakeLists.txt#7 edit
2017-07-14 14:54:24 -04:00
foreman e51470f3a8 P4 to Git Change 1434168 by johtaylo@johtaylo-jtincrementor-increment on 2017/07/14 03:00:04
SWDEV-2 - Change OpenCL version number from 2453 to 2454.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2201 edit


[ROCm/clr commit: 8e68958b18]
2017-07-14 03:15:43 -04:00
foreman 8e68958b18 P4 to Git Change 1434168 by johtaylo@johtaylo-jtincrementor-increment on 2017/07/14 03:00:04
SWDEV-2 - Change OpenCL version number from 2453 to 2454.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2201 edit
2017-07-14 03:15:43 -04:00
Maneesh Gupta 59bf223264 remove unsupported erf(c)inv related host functionality
Change-Id: I665c33616359a0124b5552076359d2f8faa54930


[ROCm/clr commit: cc6e6b2a0a]
2017-07-14 11:31:40 +05:30
Maneesh Gupta cc6e6b2a0a remove unsupported erf(c)inv related host functionality
Change-Id: I665c33616359a0124b5552076359d2f8faa54930
2017-07-14 11:31:40 +05:30
Maneesh Gupta 7066ff4478 remove unsupported erf(c)inv related host functionality
Change-Id: I665c33616359a0124b5552076359d2f8faa54930
2017-07-14 11:31:40 +05:30
foreman e0a07f6b25 P4 to Git Change 1433795 by lmoriche@lmoriche_opencl_dev2 on 2017/07/13 13:32:24
SWDEV-102733 - Use the embedded compiler library for OCL/ROCm/HSAIL when BUILD_HSA_TARGET != yes

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/roccompilerlib.cpp#7 edit


[ROCm/clr commit: 9e7caf977b]
2017-07-13 14:18:44 -04:00
foreman 9e7caf977b P4 to Git Change 1433795 by lmoriche@lmoriche_opencl_dev2 on 2017/07/13 13:32:24
SWDEV-102733 - Use the embedded compiler library for OCL/ROCm/HSAIL when BUILD_HSA_TARGET != yes

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/roccompilerlib.cpp#7 edit
2017-07-13 14:18:44 -04:00
foreman 42ad686c61 P4 to Git Change 1433763 by lmoriche@lmoriche_opencl_dev2 on 2017/07/13 12:41:17
SWDEV-102733 - Remove an old instance var that was used by the finalizer path.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.hpp#23 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocprogram.cpp#66 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocprogram.hpp#26 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocvirtual.hpp#13 edit


[ROCm/clr commit: 2aad2059f9]
2017-07-13 13:46:40 -04:00
foreman 2aad2059f9 P4 to Git Change 1433763 by lmoriche@lmoriche_opencl_dev2 on 2017/07/13 12:41:17
SWDEV-102733 - Remove an old instance var that was used by the finalizer path.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.hpp#23 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocprogram.cpp#66 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocprogram.hpp#26 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocvirtual.hpp#13 edit
2017-07-13 13:46:40 -04:00
Maneesh Gupta f3ebd4f4c4 Merge pull request #98 from whchung/disable_hcc_opt_flush
Disable HCC_OPT_FLUSH

[ROCm/clr commit: 3690fbcc33]
2017-07-13 11:16:54 +05:30
Maneesh Gupta 3690fbcc33 Merge pull request #98 from whchung/disable_hcc_opt_flush
Disable HCC_OPT_FLUSH
2017-07-13 11:16:54 +05:30
Maneesh Gupta f3496ac2f0 Merge pull request #98 from whchung/disable_hcc_opt_flush
Disable HCC_OPT_FLUSH
2017-07-13 11:16:54 +05:30
Evgeny ab67b8511b hsa_ven_amd_aqlprofile.h: include <hsa.h> fix
Change-Id: Idfd2fdde112d502d4b4a3365512ec601f7e56a5b
2017-07-12 15:43:58 -05:00
Evgeny b6d71a8fe6 hsa_ven_amd_aqlprofile.h: include <hsa.h> fix
Change-Id: Idfd2fdde112d502d4b4a3365512ec601f7e56a5b


[ROCm/ROCR-Runtime commit: ab67b8511b]
2017-07-12 15:43:58 -05:00
Sean Keely a0a3587345 Remove use of anonymous member in C builds.
Tools/CodeXL will retain older versions of structs if them need them.

Change-Id: I568d7b445778dd575ef71000b4b839300572288e
2017-07-12 16:40:00 -04:00
Sean Keely dd8804d7ad Remove use of anonymous member in C builds.
Tools/CodeXL will retain older versions of structs if them need them.

Change-Id: I568d7b445778dd575ef71000b4b839300572288e


[ROCm/ROCR-Runtime commit: a0a3587345]
2017-07-12 16:40:00 -04:00