76333 Commits

Author SHA1 Message Date
foreman 507ec058c6 P4 to Git Change 1191016 by skudchad@skudchad_test_win_opencl2 on 2015/09/15 18:01:18
EPR #425801 - Fix initLite toggle for windows.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLDevice.cpp#141 edit
2015-09-15 18:14:23 -04:00
Harish Kasiviswanathan ee08f537a7 Topology, memory allocation, cleanup issue for gGPU
Patch submitted by Besar Wicaksono

1. Bug on detecting local memory size interpreted as 32 bit value
instead of 64. The bug causes thunk to go into an infinite loop trying
to reserve virtual address range for dgpu system memory.
2. SIMD count in the node property is 0. Runtime use this attribute to
find a gpu device.
	Regarding other attributes of intel+tonga topology, Harish started a
	discussion on August iirc, could you please share an update ?
	This would help me progress with more tests such as scratch memory,
	which require the scratch aperture information in order to construct a
	buffer srd in gpuvm space.
3. Bug on releasing memory via fmm_release, where no actual release is
being done. The vm_object can't be found because the memory size does
not match due to the allocation padded the size with 32KB.
4. Pointer arithmetic on vm_area allocation/release. The value of
vm_area_t::end seems to be interpreted inconsistently whether it is
(start + size  -1) or (start + size).
	One example of potential issue I see is the logic could report
	larger size of the hole in the vm area list.
5. Resource cleanup on multiple library load/unload within a single
process.
	- Any memory allocation on subsequent library load will result
	an error "va above limit". To my understanding this is due to
	the reserved memory for the system memory not being released on unload.
	- The static variable events_page needs to be invalidated
	appropriately on library unload so the next load could
	reinitialize it.
6. Could you please update if AQL queue is ready to test with the stg
kfd/kmt ?
7. The system memory allocation with size larger than 32KB seems to be
padded by an extra 32KB. I was wondering if we could remove this
overhead.

Change-Id: I039988d36637525089c7569dc3b77e58750e2121
2015-09-15 13:15:04 -04:00
Harish Kasiviswanathan 0dc4437390 Topology, memory allocation, cleanup issue for gGPU
Patch submitted by Besar Wicaksono

1. Bug on detecting local memory size interpreted as 32 bit value
instead of 64. The bug causes thunk to go into an infinite loop trying
to reserve virtual address range for dgpu system memory.
2. SIMD count in the node property is 0. Runtime use this attribute to
find a gpu device.
	Regarding other attributes of intel+tonga topology, Harish started a
	discussion on August iirc, could you please share an update ?
	This would help me progress with more tests such as scratch memory,
	which require the scratch aperture information in order to construct a
	buffer srd in gpuvm space.
3. Bug on releasing memory via fmm_release, where no actual release is
being done. The vm_object can't be found because the memory size does
not match due to the allocation padded the size with 32KB.
4. Pointer arithmetic on vm_area allocation/release. The value of
vm_area_t::end seems to be interpreted inconsistently whether it is
(start + size  -1) or (start + size).
	One example of potential issue I see is the logic could report
	larger size of the hole in the vm area list.
5. Resource cleanup on multiple library load/unload within a single
process.
	- Any memory allocation on subsequent library load will result
	an error "va above limit". To my understanding this is due to
	the reserved memory for the system memory not being released on unload.
	- The static variable events_page needs to be invalidated
	appropriately on library unload so the next load could
	reinitialize it.
6. Could you please update if AQL queue is ready to test with the stg
kfd/kmt ?
7. The system memory allocation with size larger than 32KB seems to be
padded by an extra 32KB. I was wondering if we could remove this
overhead.

Change-Id: I039988d36637525089c7569dc3b77e58750e2121


[ROCm/ROCR-Runtime commit: ee08f537a7]
2015-09-15 13:15:04 -04:00
foreman df53a8426e P4 to Git Change 1190643 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/09/15 03:00:10
EPR #010002 - Change OpenCL version number from 1893 to 1894.

Affected files ...

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


[ROCm/clr commit: 15841f57cb]
2015-09-15 03:13:54 -04:00
foreman 15841f57cb P4 to Git Change 1190643 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/09/15 03:00:10
EPR #010002 - Change OpenCL version number from 1893 to 1894.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1640 edit
2015-09-15 03:13:54 -04:00
foreman 0adfe7e583 P4 to Git Change 1190162 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/09/12 03:00:10
EPR #010002 - Change OpenCL version number from 1892 to 1893.

Affected files ...

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


[ROCm/clr commit: 6e1eb56309]
2015-09-12 03:15:02 -04:00
foreman 6e1eb56309 P4 to Git Change 1190162 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/09/12 03:00:10
EPR #010002 - Change OpenCL version number from 1892 to 1893.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1639 edit
2015-09-12 03:15:02 -04:00
foreman 5b94f60595 P4 to Git Change 1189899 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/09/11 03:00:13
EPR #010002 - Change OpenCL version number from 1891 to 1892.

Affected files ...

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


[ROCm/clr commit: 31c862938a]
2015-09-11 03:11:10 -04:00
foreman 31c862938a P4 to Git Change 1189899 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/09/11 03:00:13
EPR #010002 - Change OpenCL version number from 1891 to 1892.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1638 edit
2015-09-11 03:11:10 -04:00
foreman 20479b5624 P4 to Git Change 1189788 by wchau@wchau_WINDOWS7_OCL on 2015/09/10 17:11:22
EPR #425801 - Only apply optimize init sequeuce for Windows 10 - to avoid issue observed in EPR#425801 for Win7.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLDevice.cpp#140 edit


[ROCm/clr commit: ef264b7508]
2015-09-10 17:35:12 -04:00
foreman ef264b7508 P4 to Git Change 1189788 by wchau@wchau_WINDOWS7_OCL on 2015/09/10 17:11:22
EPR #425801 - Only apply optimize init sequeuce for Windows 10 - to avoid issue observed in EPR#425801 for Win7.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLDevice.cpp#140 edit
2015-09-10 17:35:12 -04:00
foreman 7f6d375ed4 P4 to Git Change 1189687 by emankov@em-hsa-amd on 2015/09/10 13:34:22
ECR #333753 - ORCA RT: fix for continuing work after Program build failure.

	[Synopsis]
	If program build (compile or link) is failed RT continues its work and fails further (for example, in symbol.setDeviceKernel). It was hard to find out the real failure (HSAILProgram::linkImpl) due to buildLog, which is printed once in the end, and due to abscence of LogError function call.

	[Misc]
	+ Error handling improvement in HSAILProgram::linkImpl and some others.  ToDo: Do the same for the rest.
	+ LogError() is added to Program::build/compile/link

	[Testing] pre check-in

	Reviewer: German Andryeyev

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/device.cpp#184 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuprogram.cpp#206 edit
... //depot/stg/opencl/drivers/opencl/runtime/platform/program.cpp#65 edit


[ROCm/clr commit: 94eccbc8e5]
2015-09-10 13:43:06 -04:00
foreman 94eccbc8e5 P4 to Git Change 1189687 by emankov@em-hsa-amd on 2015/09/10 13:34:22
ECR #333753 - ORCA RT: fix for continuing work after Program build failure.

	[Synopsis]
	If program build (compile or link) is failed RT continues its work and fails further (for example, in symbol.setDeviceKernel). It was hard to find out the real failure (HSAILProgram::linkImpl) due to buildLog, which is printed once in the end, and due to abscence of LogError function call.

	[Misc]
	+ Error handling improvement in HSAILProgram::linkImpl and some others.  ToDo: Do the same for the rest.
	+ LogError() is added to Program::build/compile/link

	[Testing] pre check-in

	Reviewer: German Andryeyev

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/device.cpp#184 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuprogram.cpp#206 edit
... //depot/stg/opencl/drivers/opencl/runtime/platform/program.cpp#65 edit
2015-09-10 13:43:06 -04:00
foreman 609c9fcf00 P4 to Git Change 1189480 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/09/10 03:00:10
EPR #010002 - Change OpenCL version number from 1890 to 1891.

Affected files ...

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


[ROCm/clr commit: fb75127a61]
2015-09-10 03:12:42 -04:00
foreman fb75127a61 P4 to Git Change 1189480 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/09/10 03:00:10
EPR #010002 - Change OpenCL version number from 1890 to 1891.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1637 edit
2015-09-10 03:12:42 -04:00
foreman 03edb82d1d P4 to Git Change 1189394 by skudchad@skudchad_test_win_opencl2 on 2015/09/09 22:30:40
EPR #420701 - Optimize init sequence for Windows
	- Disable Init optimization for testing purposes for EPR#425801

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLDevice.cpp#139 edit


[ROCm/clr commit: 0acb02aa5d]
2015-09-09 22:53:39 -04:00
foreman 0acb02aa5d P4 to Git Change 1189394 by skudchad@skudchad_test_win_opencl2 on 2015/09/09 22:30:40
EPR #420701 - Optimize init sequence for Windows
	- Disable Init optimization for testing purposes for EPR#425801

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLDevice.cpp#139 edit
2015-09-09 22:53:39 -04:00
foreman 228eeed2f2 P4 to Git Change 1189314 by gandryey@gera-w8 on 2015/09/09 16:57:25
ECR #304775 - Add  DISABLE_DEFERRED_ALLOC key

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/platform/memory.cpp#121 edit
... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#240 edit


[ROCm/clr commit: 1420c01d90]
2015-09-09 17:09:47 -04:00
foreman 1420c01d90 P4 to Git Change 1189314 by gandryey@gera-w8 on 2015/09/09 16:57:25
ECR #304775 - Add  DISABLE_DEFERRED_ALLOC key

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/platform/memory.cpp#121 edit
... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#240 edit
2015-09-09 17:09:47 -04:00
foreman 66ae72c2f2 P4 to Git Change 1189005 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/09/09 03:00:13
EPR #010002 - Change OpenCL version number from 1889 to 1890.

Affected files ...

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


[ROCm/clr commit: 5e0e35b64e]
2015-09-09 03:16:00 -04:00
foreman 5e0e35b64e P4 to Git Change 1189005 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/09/09 03:00:13
EPR #010002 - Change OpenCL version number from 1889 to 1890.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1636 edit
2015-09-09 03:16:00 -04:00
foreman becc828fe7 P4 to Git Change 1188325 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/09/06 03:00:11
EPR #010002 - Change OpenCL version number from 1888 to 1889.

Affected files ...

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


[ROCm/clr commit: 414042ad4b]
2015-09-06 03:07:34 -04:00
foreman 414042ad4b P4 to Git Change 1188325 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/09/06 03:00:11
EPR #010002 - Change OpenCL version number from 1888 to 1889.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1635 edit
2015-09-06 03:07:34 -04:00
foreman fa12a03783 P4 to Git Change 1188259 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/09/05 03:00:12
EPR #010002 - Change OpenCL version number from 1887 to 1888.

Affected files ...

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


[ROCm/clr commit: 6f7a4636a6]
2015-09-05 03:14:49 -04:00
foreman 6f7a4636a6 P4 to Git Change 1188259 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/09/05 03:00:12
EPR #010002 - Change OpenCL version number from 1887 to 1888.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1634 edit
2015-09-05 03:14:49 -04:00
foreman 9c201a5947 P4 to Git Change 1188177 by kebai@kebai-lnx1 on 2015/09/04 15:51:30
ECR #304775 - Fix build failure on windows

Affected files ...

... //depot/stg/opencl/drivers/opencl/compiler/lib/backends/common/cache.cpp#6 delete
... //depot/stg/opencl/drivers/opencl/compiler/lib/backends/common/cache.hpp#7 delete
... //depot/stg/opencl/drivers/opencl/compiler/tools/caching/cache.cpp#2 edit
... //depot/stg/opencl/drivers/opencl/compiler/tools/caching/cache.hpp#2 edit


[ROCm/clr commit: 1fc05cc76a]
2015-09-04 16:02:20 -04:00
foreman 1fc05cc76a P4 to Git Change 1188177 by kebai@kebai-lnx1 on 2015/09/04 15:51:30
ECR #304775 - Fix build failure on windows

Affected files ...

... //depot/stg/opencl/drivers/opencl/compiler/lib/backends/common/cache.cpp#6 delete
... //depot/stg/opencl/drivers/opencl/compiler/lib/backends/common/cache.hpp#7 delete
... //depot/stg/opencl/drivers/opencl/compiler/tools/caching/cache.cpp#2 edit
... //depot/stg/opencl/drivers/opencl/compiler/tools/caching/cache.hpp#2 edit
2015-09-04 16:02:20 -04:00
foreman 870c12b6fd P4 to Git Change 1188092 by skudchad@skudchad_test_win_opencl2 on 2015/09/04 12:33:07
ECR #304775 - Fix build break on windows.

Affected files ...

... //depot/stg/opencl/drivers/opencl/compiler/lib/backends/common/cache.hpp#6 edit


[ROCm/clr commit: 1ca208840a]
2015-09-04 12:42:15 -04:00
foreman 1ca208840a P4 to Git Change 1188092 by skudchad@skudchad_test_win_opencl2 on 2015/09/04 12:33:07
ECR #304775 - Fix build break on windows.

Affected files ...

... //depot/stg/opencl/drivers/opencl/compiler/lib/backends/common/cache.hpp#6 edit
2015-09-04 12:42:15 -04:00
foreman 928d37305e P4 to Git Change 1187971 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/09/04 03:00:11
EPR #010002 - Change OpenCL version number from 1886 to 1887.

Affected files ...

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


[ROCm/clr commit: 0a81c9aed9]
2015-09-04 03:08:35 -04:00
foreman 0a81c9aed9 P4 to Git Change 1187971 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/09/04 03:00:11
EPR #010002 - Change OpenCL version number from 1886 to 1887.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1633 edit
2015-09-04 03:08:35 -04:00
foreman 7a1354da9c P4 to Git Change 1187959 by kebai@kebai-lnx1 on 2015/09/04 01:54:42
ECR #304775 - Modify caching library code to be used by HSAIL runtime
	1. Remove dependencies on shader compiler version, amd::Os and amd::option
	2. Let version be one the of input
	3. Change all prefix "Kernel" to prefix "String", e.g., class name is modified from KernelCache to StringCache, etc.

Affected files ...

... //depot/stg/opencl/drivers/opencl/compiler/lib/backends/common/cache.cpp#5 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/backends/common/cache.hpp#5 edit
... //depot/stg/opencl/drivers/opencl/compiler/tools/caching/cache.cpp#1 branch
... //depot/stg/opencl/drivers/opencl/compiler/tools/caching/cache.hpp#1 branch


[ROCm/clr commit: 4e9e419b6b]
2015-09-04 02:03:45 -04:00
foreman 4e9e419b6b P4 to Git Change 1187959 by kebai@kebai-lnx1 on 2015/09/04 01:54:42
ECR #304775 - Modify caching library code to be used by HSAIL runtime
	1. Remove dependencies on shader compiler version, amd::Os and amd::option
	2. Let version be one the of input
	3. Change all prefix "Kernel" to prefix "String", e.g., class name is modified from KernelCache to StringCache, etc.

Affected files ...

... //depot/stg/opencl/drivers/opencl/compiler/lib/backends/common/cache.cpp#5 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/backends/common/cache.hpp#5 edit
... //depot/stg/opencl/drivers/opencl/compiler/tools/caching/cache.cpp#1 branch
... //depot/stg/opencl/drivers/opencl/compiler/tools/caching/cache.hpp#1 branch
2015-09-04 02:03:45 -04:00
foreman 36c165cc92 P4 to Git Change 1187862 by gandryey@gera-w8 on 2015/09/03 17:32:31
EPR #426143 - [AVID] clEnqueueWriteImage with a row pitch different from 0 will fail if we use the pre-pinned path
	- pass pitch and slice to the copy functions

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuvirtual.cpp#377 edit


[ROCm/clr commit: 8e3e9dbae5]
2015-09-03 17:42:43 -04:00
foreman 8e3e9dbae5 P4 to Git Change 1187862 by gandryey@gera-w8 on 2015/09/03 17:32:31
EPR #426143 - [AVID] clEnqueueWriteImage with a row pitch different from 0 will fail if we use the pre-pinned path
	- pass pitch and slice to the copy functions

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuvirtual.cpp#377 edit
2015-09-03 17:42:43 -04:00
foreman 1debddb238 P4 to Git Change 1187688 by jatang@jatang-opencl-hsa-stg1 on 2015/09/03 11:07:20
EPR #412821 - Default AMD_THREAD_TRACE_ENABLE to true for both main and stg.

Affected files ...

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


[ROCm/clr commit: decb7a1668]
2015-09-03 11:20:08 -04:00
foreman decb7a1668 P4 to Git Change 1187688 by jatang@jatang-opencl-hsa-stg1 on 2015/09/03 11:07:20
EPR #412821 - Default AMD_THREAD_TRACE_ENABLE to true for both main and stg.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#239 edit
2015-09-03 11:20:08 -04:00
foreman b2992a44b7 P4 to Git Change 1187585 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/09/03 03:00:11
EPR #010002 - Change OpenCL version number from 1885 to 1886.

Affected files ...

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


[ROCm/clr commit: 5fe8a883a8]
2015-09-03 03:15:07 -04:00
foreman 5fe8a883a8 P4 to Git Change 1187585 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/09/03 03:00:11
EPR #010002 - Change OpenCL version number from 1885 to 1886.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1632 edit
2015-09-03 03:15:07 -04:00
foreman debf033fa0 P4 to Git Change 1187464 by jsjodin@alit_worker_lnx11_stg_ws on 2015/09/02 15:47:31
ECR #304775 - Add "dbg" to temp filename to prevent clashing with compiler lib temp file name for dlls.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/cpu/cpuprogram.cpp#68 edit


[ROCm/clr commit: 65257c63e9]
2015-09-02 16:01:27 -04:00
foreman 65257c63e9 P4 to Git Change 1187464 by jsjodin@alit_worker_lnx11_stg_ws on 2015/09/02 15:47:31
ECR #304775 - Add "dbg" to temp filename to prevent clashing with compiler lib temp file name for dlls.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/cpu/cpuprogram.cpp#68 edit
2015-09-02 16:01:27 -04:00
foreman 658835907f P4 to Git Change 1187129 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/09/02 03:00:15
EPR #010002 - Change OpenCL version number from 1884 to 1885.

Affected files ...

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


[ROCm/clr commit: 2cb1ec95ea]
2015-09-02 03:13:29 -04:00
foreman 2cb1ec95ea P4 to Git Change 1187129 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/09/02 03:00:15
EPR #010002 - Change OpenCL version number from 1884 to 1885.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1631 edit
2015-09-02 03:13:29 -04:00
foreman 53eb6893f7 P4 to Git Change 1186913 by skudchad@skudchad_test_win_opencl2 on 2015/09/01 15:22:13
EPR #424190 - IOMMU2/SVM on CZ Win10, Optimization_1
	- Map can now return the surface address directly as we do system memory allocations that GPU can rw via IOMMUv2.
	- Unpack shaders binary to the shader surface directly, skip unmap which saves a lot of CPDMA calls.

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

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLDevice.cpp#138 edit


[ROCm/clr commit: 4d4e4ce7a2]
2015-09-01 15:40:43 -04:00
foreman 4d4e4ce7a2 P4 to Git Change 1186913 by skudchad@skudchad_test_win_opencl2 on 2015/09/01 15:22:13
EPR #424190 - IOMMU2/SVM on CZ Win10, Optimization_1
	- Map can now return the surface address directly as we do system memory allocations that GPU can rw via IOMMUv2.
	- Unpack shaders binary to the shader surface directly, skip unmap which saves a lot of CPDMA calls.

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

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLDevice.cpp#138 edit
2015-09-01 15:40:43 -04:00
David Ogbeide 8a01cd1212 libhsakmt: specify build output via variable
Makefile currently sends build output a default location.
Allow choice of build output location if so desired
using a variable.



Signed-off-by: David Ogbeide <davidboyowa.ogbeide@amd.com>
2015-09-01 14:30:53 -04:00
David Ogbeide 7ea9567094 libhsakmt: specify build output via variable
Makefile currently sends build output a default location.
Allow choice of build output location if so desired
using a variable.



Signed-off-by: David Ogbeide <davidboyowa.ogbeide@amd.com>


[ROCm/ROCR-Runtime commit: 8a01cd1212]
2015-09-01 14:30:53 -04:00
foreman 020f9c8b84 P4 to Git Change 1186612 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/09/01 03:00:15
EPR #010002 - Change OpenCL version number from 1883 to 1884.

Affected files ...

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


[ROCm/clr commit: 73b4bc7b83]
2015-09-01 03:14:49 -04:00
foreman 73b4bc7b83 P4 to Git Change 1186612 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/09/01 03:00:15
EPR #010002 - Change OpenCL version number from 1883 to 1884.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1630 edit
2015-09-01 03:14:49 -04:00
Ding, Wei (xN/A) TX a32c2b9854 ECR #333755 - HSA samples changes for dGPU. All passed on gfx802.
[git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1186398]
2015-08-31 14:41:50 -05:00