Commit gráf

2612 Commit-ok

Szerző SHA1 Üzenet Dátum
foreman a658f61cb1 P4 to Git Change 1597965 by wchau@wchau_OCL_boltzmann on 2018/08/24 11:07:49
SWDEV-160377 - [OCL][ROCM] Add OpenCL Runtime Support for GFX10 in ROCm - disable XNACK for Navi10 and Ariel

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdefs.hpp#19 edit


[ROCm/clr commit: 7384db1dd2]
2018-08-24 11:23:24 -04:00
foreman 67f1918bbb P4 to Git Change 1597811 by chui@ocl-promo-incrementor on 2018/08/24 02:56:39
SWDEV-2 - Change OpenCL version number from 2723 to 2724.

Affected files ...

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


[ROCm/clr commit: 25a050c22b]
2018-08-24 03:08:22 -04:00
foreman b94ea4fa7c P4 to Git Change 1597291 by chui@ocl-promo-incrementor on 2018/08/23 02:56:35
SWDEV-2 - Change OpenCL version number from 2722 to 2723.

Affected files ...

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


[ROCm/clr commit: 0fb56dbba0]
2018-08-23 03:05:31 -04:00
foreman 81122a4a9d P4 to Git Change 1597023 by vsytchen@vsytchen-win10 on 2018/08/22 15:12:23
SWDEV-159881 - [OCL][ROCm] Add SVM coarse-grain buffer support with device memory

	1. Use the system memory pool for coarse grain allocations on APUs

	ReviewBoardURL = http://ocltc.amd.com/reviews/r/15671/diff/

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocmemory.cpp#39 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocvirtual.cpp#64 edit


[ROCm/clr commit: 1bf70582f0]
2018-08-22 15:25:01 -04:00
foreman 0668a6c19a P4 to Git Change 1596765 by chui@ocl-promo-incrementor on 2018/08/22 02:56:23
SWDEV-2 - Change OpenCL version number from 2721 to 2722.

Affected files ...

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


[ROCm/clr commit: bd9a437016]
2018-08-22 03:06:48 -04:00
foreman f160b50dc6 P4 to Git Change 1596631 by skudchad@skudchad-lnx on 2018/08/21 18:05:06
SWDEV-145570 - [HIP] Fixes incorrect condition. Its not needed

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#106 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#99 edit


[ROCm/clr commit: 96acb578ad]
2018-08-21 18:24:17 -04:00
foreman 509e1424a8 P4 to Git Change 1596548 by axie@axie_win_opencl_laptop on 2018/08/21 15:55:23
SWDEV-161959 - [ROCm QA][RAVEN] QCDGPU-S test is having ERROR -61: (clCreateKernel failed) on RAVEN
	SWDEV-161983 - [ROCm QA][RAVEN] Cachebench test is failing with CL_INVALID_BUFFER_SIZE issue
	SWDEV-161978 - [ROCm QA][RAVEN] PCIeBW is failing on -with error : 61, OpenCL error creating buffer !
	SWDEV-161962 - [ROCm QA][RAVEN] rodinia->nw test has ERROR: clCreateBuffer input_item_set (size:67125249) => -61

	- We make the global memory size at least 1G byte. This is to avoid issue/regression if sysconf API misbehaves.

	ReviewBoardURL = http://ocltc.amd.com/reviews/r/15660/

	Tests:
	1. ocltst -m oclruntime.so -A oclruntime.exclude - PASS except SVM test (non regression)
	2. TeamCity presubmission test (OpenCL) - PASS
	3. Run test qcdgpu-s.sh : PASS
	4. Run test cachebench-ocl : PASS
	5. Run test PCIeBandwidth -c 0 -g 0 :  PASS
	6. Run test Rodinia/opencl/nw/run : PASS

Affected files ...

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


[ROCm/clr commit: d886bbdb2c]
2018-08-21 16:16:14 -04:00
foreman a99daf43d0 P4 to Git Change 1596446 by axie@axie_win_opencl_laptop on 2018/08/21 13:40:43
SWDEV-161959 - [ROCm QA][RAVEN] QCDGPU-S test is having ERROR -61: (clCreateKernel failed) on RAVEN
	SWDEV-161983 - [ROCm QA][RAVEN] Cachebench test is failing with CL_INVALID_BUFFER_SIZE issue
	SWDEV-161978 - [ROCm QA][RAVEN] PCIeBW is failing on -with error : 61, OpenCL error creating buffer !
	SWDEV-161962 - [ROCm QA][RAVEN] rodinia->nw test has ERROR: clCreateBuffer input_item_set (size:67125249) => -61

	- Adjust Global memory size as half of the system physical memory size in APU for Rocm
	- Similar to current DGPU calculation, environment GPU_SINGLE_ALLOC_PERCENT can be used to adjust max memory allocation size.

	ReviewBoardURL = http://ocltc.amd.com/reviews/r/15659/

	Tests:
	1. ocltst -m oclruntime.so -A oclruntime.exclude - PASS except SVM test (non regression)
	2. TeamCity presubmission test (OpenCL) - PASS
	    http://ocltc.amd.com:8111/viewModification.html?modId=106628&personal=true&init=1&tab=vcsModificationBuilds
	3. Run test qcdgpu-s.sh : PASS
	4. Run test cachebench-ocl : PASS
	5. Run test PCIeBandwidth -c 0 -g 0 :  PASS
	6. Run test Rodinia/opencl/nw/run : PASS

Affected files ...

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


[ROCm/clr commit: f84d1d2d03]
2018-08-21 13:52:31 -04:00
foreman 4f9fd082c1 P4 to Git Change 1596159 by chui@ocl-promo-incrementor on 2018/08/21 02:56:33
SWDEV-2 - Change OpenCL version number from 2720 to 2721.

Affected files ...

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


[ROCm/clr commit: ebd334d5bf]
2018-08-21 03:05:25 -04:00
foreman 5fc5595516 P4 to Git Change 1596023 by skudchad@skudchad_test2_win_opencl on 2018/08/20 18:40:38
SWDEV-145570 - [HIP] Fixes to HIP env var logic

	ReviewBoardURL = http://ocltc.amd.com/reviews/r/15653/diff/

Affected files ...

... //depot/stg/opencl/drivers/opencl/api/hip/hip_device.cpp#16 edit
... //depot/stg/opencl/drivers/opencl/api/hip/hip_internal.hpp#15 edit
... //depot/stg/opencl/drivers/opencl/api/hip/hip_platform.cpp#18 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/device.cpp#225 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/device.hpp#311 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#105 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#96 edit


[ROCm/clr commit: 26954707a4]
2018-08-20 18:48:00 -04:00
foreman cc042070ed P4 to Git Change 1595298 by chui@ocl-promo-incrementor on 2018/08/18 02:57:40
SWDEV-2 - Change OpenCL version number from 2719 to 2720.

Affected files ...

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


[ROCm/clr commit: 52bbcd1d7b]
2018-08-18 03:09:54 -04:00
foreman 57d3807f93 P4 to Git Change 1595251 by chui@chui-cnchuiw8-ocl-hsa-stg on 2018/08/17 17:06:54
SWDEV-160930 - Back out CL1594730 as it is failing OCL/LC and HIP tests

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palkernel.cpp#59 edit


[ROCm/clr commit: c6280baa3c]
2018-08-17 17:52:29 -04:00
foreman 3285fb68a5 P4 to Git Change 1595124 by skudchad@skudchad_test2_win_opencl on 2018/08/17 14:05:25
SWDEV-145570 - [HIP] Implement environment variables and subsequent changes for HIP. This gets hipEnvVar passing

	ReviewBoardURL = http://ocltc.amd.com/reviews/r/15641/diff/

Affected files ...

... //depot/stg/opencl/drivers/opencl/api/hip/hip_device.cpp#15 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/device.cpp#224 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/device.hpp#310 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#104 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#95 edit
... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#297 edit


[ROCm/clr commit: 812ec48f9e]
2018-08-17 14:28:54 -04:00
foreman 05855ec8e2 P4 to Git Change 1594867 by chui@ocl-promo-incrementor on 2018/08/17 02:56:33
SWDEV-2 - Change OpenCL version number from 2718 to 2719.

Affected files ...

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


[ROCm/clr commit: f9f39df8e3]
2018-08-17 03:06:11 -04:00
foreman fed5b102b1 P4 to Git Change 1594730 by asalmanp@asalmanp-ocl-stg on 2018/08/16 17:32:14
SWDEV-160930 - SPECworkstation 3 benchmark GPU Compute tests fail
	Root cause: Caffe compute benchmark fails within SPECWorkstation app because one of the Caffe's OCL kernel tries to launch a kernel with the local_work_size of 1024 causing the clEnqueueNDRangeKernel API to return CL_INVALID_WORK_GROUP_SIZE (i.e., the maximum allowable number is 256)
	Proposed workaround: In order to run a kernel with a local_work_size of 1024, we check the number of used VGPRs in the Kernel and if the Kernel is not using all the available VGPRs we let the Kernel to use 1024 as the local_work_size.

	ReviewURLBoard = http://ocltc.amd.com/reviews/r/15638/

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palkernel.cpp#58 edit


[ROCm/clr commit: 1dcac07a7e]
2018-08-16 17:49:03 -04:00
foreman 9c2c23a3a3 P4 to Git Change 1594574 by vsytchen@vsytchen-win10 on 2018/08/16 13:43:33
SWDEV-159881 - [OCL][ROCm] Add SVM coarse-grain buffer support with device memory (Part 2)

	1. Implement clEnqueueSvmMap/Unmap using a staging buffer
	2. Enable device memory coarse grain SVM for OCL only with single device contexts.

	ReviewBoardURL = http://ocltc.amd.com/reviews/r/15616/diff/

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#94 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.hpp#30 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocmemory.cpp#38 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocvirtual.cpp#63 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocvirtual.hpp#19 edit
... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#296 edit


[ROCm/clr commit: 8dcc948d37]
2018-08-16 13:59:59 -04:00
foreman f5c414dfba P4 to Git Change 1594365 by chui@ocl-promo-incrementor on 2018/08/16 02:56:35
SWDEV-2 - Change OpenCL version number from 2717 to 2718.

Affected files ...

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


[ROCm/clr commit: 481b6c2246]
2018-08-16 03:14:30 -04:00
foreman 6a19037e70 P4 to Git Change 1593824 by chui@ocl-promo-incrementor on 2018/08/15 02:57:00
SWDEV-2 - Change OpenCL version number from 2716 to 2717.

Affected files ...

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


[ROCm/clr commit: fe71f88909]
2018-08-15 03:09:37 -04:00
foreman 834d54fac8 P4 to Git Change 1593708 by vsytchen@vsytchen-win10 on 2018/08/14 18:51:20
SWDEV-145570 - [HIP] use IS_HIP variable to determine SVM size

	ReviewBoardURL = http://ocltc.amd.com/reviews/r/15632/diff/

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#103 edit
... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#295 edit


[ROCm/clr commit: 3981cc165c]
2018-08-14 19:06:08 -04:00
foreman afb51ee91f P4 to Git Change 1593296 by chui@ocl-promo-incrementor on 2018/08/14 02:56:28
SWDEV-2 - Change OpenCL version number from 2715 to 2716.

Affected files ...

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


[ROCm/clr commit: 5f7432d495]
2018-08-14 03:10:14 -04:00
foreman 8ffad2579c P4 to Git Change 1593119 by skudchad@skudchad_test2_win_opencl on 2018/08/13 16:53:08
SWDEV-145570 - [HIP] Output Kernel name and mem arguments passed with LOG_LEVEL=3 for PAL and ROCm backends

	ReviewBoardURL = http://ocltc.amd.com/reviews/r/15617/diff/

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.cpp#120 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocvirtual.cpp#62 edit


[ROCm/clr commit: bc3e3217b6]
2018-08-13 17:07:02 -04:00
foreman bf48076dbb P4 to Git Change 1592431 by chui@ocl-promo-incrementor on 2018/08/11 02:56:21
SWDEV-2 - Change OpenCL version number from 2714 to 2715.

Affected files ...

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


[ROCm/clr commit: 8c7521debc]
2018-08-11 03:05:38 -04:00
foreman fae25eac04 P4 to Git Change 1592011 by chui@ocl-promo-incrementor on 2018/08/10 02:56:39
SWDEV-2 - Change OpenCL version number from 2713 to 2714.

Affected files ...

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


[ROCm/clr commit: bf34297c34]
2018-08-10 03:30:55 -04:00
foreman 7aeeb26dc9 P4 to Git Change 1591182 by chui@ocl-promo-incrementor on 2018/08/09 02:56:37
SWDEV-2 - Change OpenCL version number from 2712 to 2713.

Affected files ...

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


[ROCm/clr commit: 53e1b3b74f]
2018-08-09 03:16:04 -04:00
foreman 7ad3f2f33a P4 to Git Change 1591041 by vsytchen@vsytchen-win10 on 2018/08/08 18:46:17
SWDEV-159881 - [OCL][ROCm] Add SVM coarse-grain buffer support with device memory (Part 1)

	1. Implement submitSvmFree/Copy/FillMemory.
	2. Add macro IS_HIP that determines if the client is HIP.
	3. Add setting enableCoarseGrainSVM that allows the use of device memory for coarse grain SVM allocations.
	4. Set enableCoarseGrainSVM to be true only for HIP.

	ReviewBoardURL = http://ocltc.amd.com/reviews/r/15597/diff/

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#93 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocmemory.cpp#37 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocsettings.cpp#35 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocsettings.hpp#15 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocvirtual.cpp#61 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocvirtual.hpp#18 edit
... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#294 edit
... //depot/stg/opencl/drivers/opencl/runtime/utils/macros.hpp#10 edit


[ROCm/clr commit: b33c52ed6f]
2018-08-08 18:58:03 -04:00
foreman b641645bbf P4 to Git Change 1590896 by vsytchen@vsytchen-win10 on 2018/08/08 14:49:41
SWDEV-79445 - OCL generic changes and code clean-up

	1. std::auto_ptr is deprecated in c++11 and removed in c++17. Use unique_ptr instead.

	ReviewBoardURL = http://ocltc.amd.com/reviews/r/15576/diff/

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palcompiler.cpp#23 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.cpp#65 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.hpp#21 edit


[ROCm/clr commit: ac9ebe294b]
2018-08-08 15:05:57 -04:00
foreman bc3d4a0298 P4 to Git Change 1590860 by lmoriche@lmoriche_opencl_dev2 on 2018/08/08 12:49:56
SWDEV-161464 - OpenCL github project rpm and deb package issue
	- Add CPack packaging to the CMake build.

Affected files ...

... //depot/stg/opencl/drivers/opencl/CMakeLists.txt#20 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/CMakeLists.txt#14 edit


[ROCm/clr commit: a326b96d41]
2018-08-08 13:05:50 -04:00
foreman 44f389b7eb P4 to Git Change 1590683 by chui@ocl-promo-incrementor on 2018/08/08 02:56:36
SWDEV-2 - Change OpenCL version number from 2711 to 2712.

Affected files ...

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


[ROCm/clr commit: 1575bb0507]
2018-08-08 03:21:33 -04:00
foreman eb836ba642 P4 to Git Change 1590524 by gandryey@gera-lnx-rcf on 2018/08/07 17:38:31
SWDEV-160552 - [CQE OCL][DTB][BD][Perf][QR][G] Soft hang is observed with ProRender after few subtests due to base driver.
	- Reset the pointer to  nullptr if PAL platform was destroyed

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#102 edit


[ROCm/clr commit: 1a61f6b9e5]
2018-08-07 17:56:54 -04:00
foreman 20e1c977c9 P4 to Git Change 1590512 by gandryey@gera-lnx-rcf on 2018/08/07 17:06:25
SWDEV-160552 - [CQE OCL][DTB][BD][Perf][QR][G] Soft hang is observed with ProRender after few subtests due to base driver.
	- Delete PAL platform object if runtime didn't find any supported device.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#101 edit


[ROCm/clr commit: 769cc7cddb]
2018-08-07 17:29:56 -04:00
foreman 289f9e9c69 P4 to Git Change 1590448 by gandryey@gera-w8 on 2018/08/07 15:31:50
SWDEV-159036 - HBCC is off by default in OCL on WX9100
	- Disable HBCC, since it causes ocltst failures on TC

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#293 edit


[ROCm/clr commit: 99cb78b186]
2018-08-07 15:53:13 -04:00
foreman da2cfffc52 P4 to Git Change 1590417 by gandryey@gera-w8 on 2018/08/07 14:30:31
SWDEV-159036 - HBCC is off by default in OCL on WX9100
	- Add HBCC size to the global memory. It seems KMD fixed all regressions.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#292 edit


[ROCm/clr commit: abefff3eb2]
2018-08-07 14:51:30 -04:00
foreman d05fc25898 P4 to Git Change 1590078 by chui@ocl-promo-incrementor on 2018/08/07 02:56:00
SWDEV-2 - Change OpenCL version number from 2710 to 2711.

Affected files ...

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


[ROCm/clr commit: 60bea15438]
2018-08-07 03:13:19 -04:00
foreman d4ff3dee52 P4 to Git Change 1589968 by skudchad@skudchad_test2_win_opencl on 2018/08/06 17:25:53
SWDEV-145570 - [HIP] Increase the default size for SVM to 16GB for HIP

	ReviewBoardURL = http://ocltc.amd.com/reviews/r/15578/diff/

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#100 edit


[ROCm/clr commit: aa99feb153]
2018-08-06 17:32:00 -04:00
foreman 76e0512872 P4 to Git Change 1589611 by chui@ocl-promo-incrementor on 2018/08/04 02:55:53
SWDEV-2 - Change OpenCL version number from 2709 to 2710.

Affected files ...

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


[ROCm/clr commit: f889d2ebba]
2018-08-04 03:10:36 -04:00
foreman 4926800fc4 P4 to Git Change 1589476 by axie@axie-rocm-opencl on 2018/08/03 15:54:24
SWDEV-79445 - OCL generic changes and code clean-up
	- Optimize setup of kernel arguments.
	- Add HW ABI support in the abstraction layer
	- Remove arguments parsing loop from the kernel launch. Memory processing will be responsible for dependency tracking and  patching of arguments.

	ReviewBoardURL = http://ocltc.amd.com/reviews/r/15400/

	Tests:
	1. ./run_conformance.py ./opencl_conformance_tests_reallyquick.csv CL_DEVICE_TYPE_GPU for openCL 1.2: OpenCL-GL sharing failed. This is not a regression.
	2. ./ocltst -m oclruntime.so -A oclruntime.exclude
	3. ./run_conformance.py opencl_conformance_tests_lightning.csv CL_DEVICE_TYPE_GPU : PASS
	4. teamcity test: http://ocltc.amd.com:8111/viewModification.html?modId=104598&personal=true&buildTypeId=&tab=vcsModificationBuilds&show_all_builds=true

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rockernel.cpp#39 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rockernel.hpp#23 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocsettings.cpp#34 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocsettings.hpp#14 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocvirtual.cpp#60 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocvirtual.hpp#17 edit


[ROCm/clr commit: 9cd2db67f6]
2018-08-03 16:05:12 -04:00
foreman c1f7312937 P4 to Git Change 1589162 by chui@ocl-promo-incrementor on 2018/08/03 02:56:36
SWDEV-2 - Change OpenCL version number from 2708 to 2709.

Affected files ...

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


[ROCm/clr commit: 6d82075654]
2018-08-03 03:09:01 -04:00
foreman d9ab745d5b P4 to Git Change 1588573 by chui@ocl-promo-incrementor on 2018/08/02 02:56:34
SWDEV-2 - Change OpenCL version number from 2707 to 2708.

Affected files ...

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


[ROCm/clr commit: 7d877e1589]
2018-08-02 03:12:11 -04:00
foreman aea58b76ad P4 to Git Change 1588199 by gandryey@gera-w8 on 2018/08/01 11:53:29
SWDEV-155434 - Add SQTT instrumentation tokens for OpenCL dispatches for RGP support
	- Fix the build.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.cpp#119 edit


[ROCm/clr commit: 9fb27ccc8b]
2018-08-01 12:30:25 -04:00
foreman 149e3587ed P4 to Git Change 1588181 by gandryey@gera-w8 on 2018/08/01 11:39:16
SWDEV-155434 - Add SQTT instrumentation tokens for OpenCL dispatches for RGP support
	- Switch to the workgroup size report for the dispatch info.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.cpp#118 edit


[ROCm/clr commit: 19968ab78a]
2018-08-01 11:53:18 -04:00
foreman d0eaa26e88 P4 to Git Change 1588043 by chui@ocl-promo-incrementor on 2018/08/01 02:56:59
SWDEV-2 - Change OpenCL version number from 2706 to 2707.

Affected files ...

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


[ROCm/clr commit: 37677e98a5]
2018-08-01 03:23:36 -04:00
foreman 6a05f7fd71 P4 to Git Change 1587463 by chui@ocl-promo-incrementor on 2018/07/31 02:56:47
SWDEV-2 - Change OpenCL version number from 2705 to 2706.

Affected files ...

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


[ROCm/clr commit: ce73c861d6]
2018-07-31 03:15:02 -04:00
foreman 17e53e5e4a P4 to Git Change 1586734 by chui@ocl-promo-incrementor on 2018/07/28 02:56:31
SWDEV-2 - Change OpenCL version number from 2704 to 2705.

Affected files ...

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


[ROCm/clr commit: 33c588c456]
2018-07-28 03:11:24 -04:00
foreman 72dfe1f27f P4 to Git Change 1586299 by chui@ocl-promo-incrementor on 2018/07/27 02:56:34
SWDEV-2 - Change OpenCL version number from 2703 to 2704.

Affected files ...

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


[ROCm/clr commit: 46a6b4b4d7]
2018-07-27 03:21:21 -04:00
foreman a2b006e769 P4 to Git Change 1586165 by gandryey@gera-w8 on 2018/07/26 18:11:39
SWDEV-79445 - OCL generic changes and code clean-up
	- Make sure RAVEN2 uses PAL path for offline devices

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudevice.cpp#597 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudevice.hpp#167 edit


[ROCm/clr commit: 2544968e15]
2018-07-26 18:27:12 -04:00
foreman 4fcd18fd5c P4 to Git Change 1585929 by asalmanp@asalmanp-ocl-stg on 2018/07/26 12:26:11
SWDEV-132899 - [OCL][GFX10] removing gfx1001 (target for Navi10 Lite if xnack is enabled)
	 starting from gfx10, we will use the same target (e.g., gfx1000) no matter if xnack is enabled/disbaled and we pass "-xnack" option to Finalizer if xnack is enabled on the target
	ReviewURLBoard = http://ocltc.amd.com/reviews/r/15492/

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldefs.hpp#37 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#99 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.cpp#64 edit


[ROCm/clr commit: 9ddfeef105]
2018-07-26 13:08:44 -04:00
foreman 90bb6fdaa8 P4 to Git Change 1585682 by chui@ocl-promo-incrementor on 2018/07/26 02:56:37
SWDEV-2 - Change OpenCL version number from 2702 to 2703.

Affected files ...

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


[ROCm/clr commit: f7701ab726]
2018-07-26 03:28:32 -04:00
foreman f952fbfc43 P4 to Git Change 1585268 by wchau@wchau_OCL_boltzmann on 2018/07/25 12:33:45
SWDEV-160377 - [OCL][ROCM] Add OpenCL Runtime Support for GFX10 in ROCm

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdefs.hpp#18 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#92 edit


[ROCm/clr commit: 16c55e6a36]
2018-07-25 12:43:09 -04:00
foreman 8c4159e428 P4 to Git Change 1585041 by chui@ocl-promo-incrementor on 2018/07/25 02:57:40
SWDEV-2 - Change OpenCL version number from 2701 to 2702.

Affected files ...

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


[ROCm/clr commit: cfccbd91ab]
2018-07-25 03:10:25 -04:00
foreman 4f46ced61a P4 to Git Change 1584936 by vsytchen@vsytchen-win10 on 2018/07/24 18:57:28
SWDEV-79445 - OCL generic changes and code clean-up

	1. In SvmCopyMemoryCommand handle the case when both src and dst pointer don't belong to the SVM space.

	ReviewBoardURL = http://ocltc.amd.com/reviews/r/15481/diff/

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuvirtual.cpp#424 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.cpp#117 edit


[ROCm/clr commit: ebe91eeace]
2018-07-24 19:14:26 -04:00