76333 Коммитов

Автор SHA1 Сообщение Дата
foreman 8751996be9 P4 to Git Change 1074626 by johtaylo@johtaylo-JTBUILDER03-increment on 2014/09/09 03:00:12
EPR #010002 - Change OpenCL version number from 1629 to 1630.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1376 edit
2014-09-09 03:11:00 -04:00
foreman 6bcb543bce P4 to Git Change 1074473 by rili@rili_opencl_stg on 2014/09/08 16:30:03
EPR #400016 - Keep the path of temp folder if the app is WIndows app

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/os/os_win32.cpp#39 edit


[ROCm/clr commit: 8f5b43ffd1]
2014-09-08 16:44:37 -04:00
foreman 8f5b43ffd1 P4 to Git Change 1074473 by rili@rili_opencl_stg on 2014/09/08 16:30:03
EPR #400016 - Keep the path of temp folder if the app is WIndows app

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/os/os_win32.cpp#39 edit
2014-09-08 16:44:37 -04:00
foreman fb71ff26ca P4 to Git Change 1074167 by johtaylo@johtaylo-JTBUILDER03-increment on 2014/09/06 03:00:11
EPR #010002 - Change OpenCL version number from 1628 to 1629.

Affected files ...

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


[ROCm/clr commit: c777c3e198]
2014-09-06 03:11:04 -04:00
foreman c777c3e198 P4 to Git Change 1074167 by johtaylo@johtaylo-JTBUILDER03-increment on 2014/09/06 03:00:11
EPR #010002 - Change OpenCL version number from 1628 to 1629.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1375 edit
2014-09-06 03:11:04 -04:00
foreman 3623685db8 P4 to Git Change 1074077 by jatang@jatang-ocl-lnx1 on 2014/09/05 16:58:30
EPR #405458 - clinfo segfaults when ENABLE_CAL_SHUTDOWN=1.

	For the global variables of:

	std::map <std::string, int> OptionNameMap[2];
	std::map <std::string, int> NoneSeparatorOptionMap[2];
	std::map <std::string, int> FOptionMap;
	std::map <std::string, int> MOptionMap;

	We don't need to call the clear() method explicitly, since the std::map destructor will clean things up (valgrind mem-check doesn't report any leak related to these global variables after this change). Besides, on Linux amd::option::teardown() is called after the global variables' destructors are called, and it will cause segfault.

Affected files ...

... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/options.cpp#29 edit


[ROCm/clr commit: b9e695d254]
2014-09-05 20:58:50 -04:00
foreman b9e695d254 P4 to Git Change 1074077 by jatang@jatang-ocl-lnx1 on 2014/09/05 16:58:30
EPR #405458 - clinfo segfaults when ENABLE_CAL_SHUTDOWN=1.

	For the global variables of:

	std::map <std::string, int> OptionNameMap[2];
	std::map <std::string, int> NoneSeparatorOptionMap[2];
	std::map <std::string, int> FOptionMap;
	std::map <std::string, int> MOptionMap;

	We don't need to call the clear() method explicitly, since the std::map destructor will clean things up (valgrind mem-check doesn't report any leak related to these global variables after this change). Besides, on Linux amd::option::teardown() is called after the global variables' destructors are called, and it will cause segfault.

Affected files ...

... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/options.cpp#29 edit
2014-09-05 20:58:50 -04:00
foreman 6026f2550c P4 to Git Change 1073720 by johtaylo@johtaylo-JTBUILDER03-increment on 2014/09/05 03:00:12
EPR #010002 - Change OpenCL version number from 1627 to 1628.

Affected files ...

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


[ROCm/clr commit: 97c9f5611c]
2014-09-05 05:01:16 -04:00
foreman 97c9f5611c P4 to Git Change 1073720 by johtaylo@johtaylo-JTBUILDER03-increment on 2014/09/05 03:00:12
EPR #010002 - Change OpenCL version number from 1627 to 1628.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1374 edit
2014-09-05 05:01:16 -04:00
foreman 704d424a7f P4 to Git Change 1073180 by nhaustov@nhaustov_hsa on 2014/09/04 03:54:52
ECR #333756 - Enable HSAIL 0.95+ images in Orca Runtime, HLC and Finalizer.

	Testing: pre-checkin, image tests on Granite and Obsidian fail as expected.

Affected files ...

... //depot/stg/opencl/drivers/opencl/compiler/lib/backends/gpu/sc-hsa/HSAIL/hsail-fin/HSAILCodeGen.cpp#2 edit
... //depot/stg/opencl/drivers/opencl/compiler/llvm/lib/CodeGen/CodeGen.cpp#30 edit
... //depot/stg/opencl/drivers/opencl/compiler/llvm/lib/Target/HSAIL/BRIGAsmPrinter.cpp#78 edit
... //depot/stg/opencl/drivers/opencl/compiler/llvm/lib/Target/HSAIL/HSAILISelDAGToDAG.cpp#29 edit
... //depot/stg/opencl/drivers/opencl/compiler/llvm/lib/Target/HSAIL/HSAILISelLowering.cpp#61 edit
... //depot/stg/opencl/drivers/opencl/compiler/llvm/lib/Target/HSAIL/HSAILImages.td#9 edit
... //depot/stg/opencl/drivers/opencl/compiler/llvm/lib/Target/HSAIL/HSAILPropImageOps.cpp#4 delete
... //depot/stg/opencl/drivers/opencl/compiler/llvm/lib/Target/HSAIL/HSAILTargetMachine.cpp#32 edit
... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#213 edit


[ROCm/clr commit: 43cb9c9fc1]
2014-09-04 04:10:00 -04:00
foreman 43cb9c9fc1 P4 to Git Change 1073180 by nhaustov@nhaustov_hsa on 2014/09/04 03:54:52
ECR #333756 - Enable HSAIL 0.95+ images in Orca Runtime, HLC and Finalizer.

	Testing: pre-checkin, image tests on Granite and Obsidian fail as expected.

Affected files ...

... //depot/stg/opencl/drivers/opencl/compiler/lib/backends/gpu/sc-hsa/HSAIL/hsail-fin/HSAILCodeGen.cpp#2 edit
... //depot/stg/opencl/drivers/opencl/compiler/llvm/lib/CodeGen/CodeGen.cpp#30 edit
... //depot/stg/opencl/drivers/opencl/compiler/llvm/lib/Target/HSAIL/BRIGAsmPrinter.cpp#78 edit
... //depot/stg/opencl/drivers/opencl/compiler/llvm/lib/Target/HSAIL/HSAILISelDAGToDAG.cpp#29 edit
... //depot/stg/opencl/drivers/opencl/compiler/llvm/lib/Target/HSAIL/HSAILISelLowering.cpp#61 edit
... //depot/stg/opencl/drivers/opencl/compiler/llvm/lib/Target/HSAIL/HSAILImages.td#9 edit
... //depot/stg/opencl/drivers/opencl/compiler/llvm/lib/Target/HSAIL/HSAILPropImageOps.cpp#4 delete
... //depot/stg/opencl/drivers/opencl/compiler/llvm/lib/Target/HSAIL/HSAILTargetMachine.cpp#32 edit
... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#213 edit
2014-09-04 04:10:00 -04:00
foreman f245362986 P4 to Git Change 1073164 by johtaylo@johtaylo-JTBUILDER03-increment on 2014/09/04 03:00:11
EPR #010002 - Change OpenCL version number from 1626 to 1627.

Affected files ...

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


[ROCm/clr commit: 126e8c33e1]
2014-09-04 03:07:54 -04:00
foreman 126e8c33e1 P4 to Git Change 1073164 by johtaylo@johtaylo-JTBUILDER03-increment on 2014/09/04 03:00:11
EPR #010002 - Change OpenCL version number from 1626 to 1627.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1373 edit
2014-09-04 03:07:54 -04:00
foreman 1d54653e39 P4 to Git Change 1072691 by johtaylo@johtaylo-JTBUILDER03-increment on 2014/09/03 03:00:11
EPR #010002 - Change OpenCL version number from 1625 to 1626.

Affected files ...

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


[ROCm/clr commit: 7bd8bf4f9c]
2014-09-03 03:14:26 -04:00
foreman 7bd8bf4f9c P4 to Git Change 1072691 by johtaylo@johtaylo-JTBUILDER03-increment on 2014/09/03 03:00:11
EPR #010002 - Change OpenCL version number from 1625 to 1626.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1372 edit
2014-09-03 03:14:26 -04:00
foreman 2556beeef6 P4 to Git Change 1072642 by skudchad@skudchad_test_win_opencl2 on 2014/09/03 00:25:43
EPR #398128 - Windows 2015, WDDM2.0, New Residency Model
	- Modify MarkUsedInCmdBuf in IOL to make sure that MakeResident is called for OpenCL (Part 2)

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

Affected files ...

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


[ROCm/clr commit: ef1f9267eb]
2014-09-03 00:34:34 -04:00
foreman ef1f9267eb P4 to Git Change 1072642 by skudchad@skudchad_test_win_opencl2 on 2014/09/03 00:25:43
EPR #398128 - Windows 2015, WDDM2.0, New Residency Model
	- Modify MarkUsedInCmdBuf in IOL to make sure that MakeResident is called for OpenCL (Part 2)

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

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLDevice.cpp#99 edit
2014-09-03 00:34:34 -04:00
foreman 3a3804269d P4 to Git Change 1072528 by gandryey@gera-dev-w7 on 2014/09/02 17:00:16
ECR #304775 - Add batching to the device enqueue for possible asynchronous execution
	- Increase the max device queue size to 512KB. That will allow to pass conformance tests that enqueue more jobs than the queue size.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudevice.cpp#459 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpusched.hpp#13 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuschedcl.cpp#28 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuvirtual.cpp#333 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLContext.cpp#65 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLContext.h#39 edit


[ROCm/clr commit: 2738b30287]
2014-09-02 17:15:39 -04:00
foreman 2738b30287 P4 to Git Change 1072528 by gandryey@gera-dev-w7 on 2014/09/02 17:00:16
ECR #304775 - Add batching to the device enqueue for possible asynchronous execution
	- Increase the max device queue size to 512KB. That will allow to pass conformance tests that enqueue more jobs than the queue size.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudevice.cpp#459 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpusched.hpp#13 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuschedcl.cpp#28 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuvirtual.cpp#333 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLContext.cpp#65 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLContext.h#39 edit
2014-09-02 17:15:39 -04:00
foreman d983cb7e69 P4 to Git Change 1071902 by johtaylo@johtaylo-JTBUILDER03-increment on 2014/08/31 03:00:11
EPR #010002 - Change OpenCL version number from 1624 to 1625.

Affected files ...

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


[ROCm/clr commit: b2cfd32629]
2014-08-31 03:07:11 -04:00
foreman b2cfd32629 P4 to Git Change 1071902 by johtaylo@johtaylo-JTBUILDER03-increment on 2014/08/31 03:00:11
EPR #010002 - Change OpenCL version number from 1624 to 1625.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1371 edit
2014-08-31 03:07:11 -04:00
foreman d035c8128a P4 to Git Change 1071875 by johtaylo@johtaylo-JTBUILDER03-increment on 2014/08/30 03:00:12
EPR #010002 - Change OpenCL version number from 1623 to 1624.

Affected files ...

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


[ROCm/clr commit: 467ec09d69]
2014-08-30 03:09:05 -04:00
foreman 467ec09d69 P4 to Git Change 1071875 by johtaylo@johtaylo-JTBUILDER03-increment on 2014/08/30 03:00:12
EPR #010002 - Change OpenCL version number from 1623 to 1624.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1370 edit
2014-08-30 03:09:05 -04:00
foreman 2845e6ae1e P4 to Git Change 1071796 by xcui@merged_opencl_jxcwin on 2014/08/29 17:10:04
EPR #404341 - disable OPenCL 2.0 for corssfire and multipe devices temporaraly, this is the OPENCL  changes.
	code review:
	http://ocltc.amd.com/reviews/r/5639/

	precheckin testing results:
	http://ocltc.amd.com:8111/viewModification.html?modId=38513&personal=true&init=1&tab=vcsModificationBuilds

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudevice.cpp#458 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudevice.hpp#132 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpusettings.cpp#277 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/include/cal/cal.h#28 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLDevice.cpp#98 edit


[ROCm/clr commit: bc8b0dbc9c]
2014-08-29 17:26:08 -04:00
foreman bc8b0dbc9c P4 to Git Change 1071796 by xcui@merged_opencl_jxcwin on 2014/08/29 17:10:04
EPR #404341 - disable OPenCL 2.0 for corssfire and multipe devices temporaraly, this is the OPENCL  changes.
	code review:
	http://ocltc.amd.com/reviews/r/5639/

	precheckin testing results:
	http://ocltc.amd.com:8111/viewModification.html?modId=38513&personal=true&init=1&tab=vcsModificationBuilds

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudevice.cpp#458 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudevice.hpp#132 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpusettings.cpp#277 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/include/cal/cal.h#28 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLDevice.cpp#98 edit
2014-08-29 17:26:08 -04:00
foreman ca076d01e4 P4 to Git Change 1071782 by gandryey@gera-dev-w7 on 2014/08/29 16:43:04
ECR #304775 - Combine BUSY and DONE processing in the scheduler

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuschedcl.cpp#27 edit


[ROCm/clr commit: 87e6a3fa02]
2014-08-29 16:48:31 -04:00
foreman 87e6a3fa02 P4 to Git Change 1071782 by gandryey@gera-dev-w7 on 2014/08/29 16:43:04
ECR #304775 - Combine BUSY and DONE processing in the scheduler

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuschedcl.cpp#27 edit
2014-08-29 16:48:31 -04:00
foreman 7d7157eaa1 P4 to Git Change 1071485 by johtaylo@johtaylo-JTBUILDER03-increment on 2014/08/29 03:00:11
EPR #010002 - Change OpenCL version number from 1622 to 1623.

Affected files ...

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


[ROCm/clr commit: 6f7a3b20f8]
2014-08-29 03:11:10 -04:00
foreman 6f7a3b20f8 P4 to Git Change 1071485 by johtaylo@johtaylo-JTBUILDER03-increment on 2014/08/29 03:00:11
EPR #010002 - Change OpenCL version number from 1622 to 1623.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1369 edit
2014-08-29 03:11:10 -04:00
foreman 1006b89b6e P4 to Git Change 1071369 by gandryey@gera-dev-w7 on 2014/08/28 18:09:49
ECR #304775 - Add a pointer to the profiling_capture_event_info values.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpusched.hpp#12 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuschedcl.cpp#26 edit


[ROCm/clr commit: 96a59a73b8]
2014-08-28 18:45:10 -04:00
foreman 96a59a73b8 P4 to Git Change 1071369 by gandryey@gera-dev-w7 on 2014/08/28 18:09:49
ECR #304775 - Add a pointer to the profiling_capture_event_info values.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpusched.hpp#12 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuschedcl.cpp#26 edit
2014-08-28 18:45:10 -04:00
foreman 1478603ca2 P4 to Git Change 1071332 by rili@rili_opencl_stg on 2014/08/28 17:28:16
EPR #405038 - Expose extension "cl_khr_depth_images" for OpenCL 2.0

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/cpu/cpusettings.cpp#27 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/device.hpp#229 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpusettings.cpp#276 edit


[ROCm/clr commit: d13eeb7ea8]
2014-08-28 17:48:53 -04:00
foreman d13eeb7ea8 P4 to Git Change 1071332 by rili@rili_opencl_stg on 2014/08/28 17:28:16
EPR #405038 - Expose extension "cl_khr_depth_images" for OpenCL 2.0

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/cpu/cpusettings.cpp#27 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/device.hpp#229 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpusettings.cpp#276 edit
2014-08-28 17:48:53 -04:00
foreman 42ee9006bc P4 to Git Change 1071013 by johtaylo@johtaylo-JTBUILDER03-increment on 2014/08/28 03:00:11
EPR #010002 - Change OpenCL version number from 1621 to 1622.

Affected files ...

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


[ROCm/clr commit: 17edecc562]
2014-08-28 03:10:03 -04:00
foreman 17edecc562 P4 to Git Change 1071013 by johtaylo@johtaylo-JTBUILDER03-increment on 2014/08/28 03:00:11
EPR #010002 - Change OpenCL version number from 1621 to 1622.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1368 edit
2014-08-28 03:10:03 -04:00
foreman e7964ae3eb P4 to Git Change 1070977 by ssahasra@ssahasra_opencl_windows on 2014/08/28 01:10:11
ECR #333753 - unify online/offline linkers

	The code for "FixUpModule" from the online linker is now moved to
	a common file under llvm/lib. This replaces the copy present in
	llvm/tools/llvm-link, thus unifying the two linkers.

	Reviewed by Stanislav Mekhanoshin, Yaxun Liu (Sam)

	Passes smoke, smoke_clang and precheckin.
	Also passes OpenCL 2.0 conformance tests.

Affected files ...

... //depot/stg/opencl/drivers/opencl/compiler/lib/backends/common/linker.cpp#109 edit
... //depot/stg/opencl/drivers/opencl/compiler/llvm/include/llvm/AMDFixupKernelModule.h#1 add
... //depot/stg/opencl/drivers/opencl/compiler/llvm/include/llvm/AMDUtils.h#1 add
... //depot/stg/opencl/drivers/opencl/compiler/llvm/lib/Linker/AMDFixupKernelModule.cpp#1 add
... //depot/stg/opencl/drivers/opencl/compiler/llvm/lib/Transforms/Utils/AMDUtils.cpp#1 add
... //depot/stg/opencl/drivers/opencl/compiler/llvm/tools/llvm-link/AMDFixUpModule.cpp#12 delete
... //depot/stg/opencl/drivers/opencl/compiler/llvm/tools/llvm-link/llvm-link.cpp#48 edit


[ROCm/clr commit: 7f55691ebc]
2014-08-28 01:17:39 -04:00
foreman 7f55691ebc P4 to Git Change 1070977 by ssahasra@ssahasra_opencl_windows on 2014/08/28 01:10:11
ECR #333753 - unify online/offline linkers

	The code for "FixUpModule" from the online linker is now moved to
	a common file under llvm/lib. This replaces the copy present in
	llvm/tools/llvm-link, thus unifying the two linkers.

	Reviewed by Stanislav Mekhanoshin, Yaxun Liu (Sam)

	Passes smoke, smoke_clang and precheckin.
	Also passes OpenCL 2.0 conformance tests.

Affected files ...

... //depot/stg/opencl/drivers/opencl/compiler/lib/backends/common/linker.cpp#109 edit
... //depot/stg/opencl/drivers/opencl/compiler/llvm/include/llvm/AMDFixupKernelModule.h#1 add
... //depot/stg/opencl/drivers/opencl/compiler/llvm/include/llvm/AMDUtils.h#1 add
... //depot/stg/opencl/drivers/opencl/compiler/llvm/lib/Linker/AMDFixupKernelModule.cpp#1 add
... //depot/stg/opencl/drivers/opencl/compiler/llvm/lib/Transforms/Utils/AMDUtils.cpp#1 add
... //depot/stg/opencl/drivers/opencl/compiler/llvm/tools/llvm-link/AMDFixUpModule.cpp#12 delete
... //depot/stg/opencl/drivers/opencl/compiler/llvm/tools/llvm-link/llvm-link.cpp#48 edit
2014-08-28 01:17:39 -04:00
foreman 39da5ff220 P4 to Git Change 1070744 by gandryey@gera-ubuntu14 on 2014/08/27 13:47:50
ECR #304775 - Replace # character \x23 code, because GCC could remove #define compeletly

Affected files ...

... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/runtime/OCLDynamicBLines.cpp#2 edit


[ROCm/clr commit: ed54e11355]
2014-08-27 14:21:43 -04:00
foreman ed54e11355 P4 to Git Change 1070744 by gandryey@gera-ubuntu14 on 2014/08/27 13:47:50
ECR #304775 - Replace # character \x23 code, because GCC could remove #define compeletly

Affected files ...

... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/runtime/OCLDynamicBLines.cpp#2 edit
2014-08-27 14:21:43 -04:00
foreman e2c8fcc6d5 P4 to Git Change 1070089 by johtaylo@johtaylo-JTBUILDER03-increment on 2014/08/26 03:00:12
EPR #010002 - Change OpenCL version number from 1619 to 1620.

Affected files ...

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


[ROCm/clr commit: c018bed751]
2014-08-26 03:13:33 -04:00
foreman c018bed751 P4 to Git Change 1070089 by johtaylo@johtaylo-JTBUILDER03-increment on 2014/08/26 03:00:12
EPR #010002 - Change OpenCL version number from 1619 to 1620.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1366 edit
2014-08-26 03:13:33 -04:00
foreman e51d6f0635 P4 to Git Change 1069927 by skudchad@skudchad_test_win_opencl2 on 2014/08/25 14:51:55
ECR #304775 - Optimization for rectangular copies(Part2). Due to HW restriction of 14bits for src and dst pitch, its advantageous to choose optimal bpp. Higher the bpp the larger the byte pitch. This indirectly helps to reduce the number of packets for buffer copy(line by line vs a single sub_win raw packet)

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

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpublit.cpp#109 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuresource.cpp#191 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuresource.hpp#76 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLContext.cpp#64 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLContext.h#38 edit


[ROCm/clr commit: 5efe63df44]
2014-08-25 15:09:01 -04:00
foreman 5efe63df44 P4 to Git Change 1069927 by skudchad@skudchad_test_win_opencl2 on 2014/08/25 14:51:55
ECR #304775 - Optimization for rectangular copies(Part2). Due to HW restriction of 14bits for src and dst pitch, its advantageous to choose optimal bpp. Higher the bpp the larger the byte pitch. This indirectly helps to reduce the number of packets for buffer copy(line by line vs a single sub_win raw packet)

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

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpublit.cpp#109 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuresource.cpp#191 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuresource.hpp#76 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLContext.cpp#64 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLContext.h#38 edit
2014-08-25 15:09:01 -04:00
foreman 5ce5daa142 P4 to Git Change 1069924 by weizhang@msdnweizhang-opencl on 2014/08/25 14:50:15
ECR #397491 - Enable platform atomics and fine grain buffer in mainline.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudevice.cpp#457 edit


[ROCm/clr commit: 1b3776aabe]
2014-08-25 15:01:25 -04:00
foreman 1b3776aabe P4 to Git Change 1069924 by weizhang@msdnweizhang-opencl on 2014/08/25 14:50:15
ECR #397491 - Enable platform atomics and fine grain buffer in mainline.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudevice.cpp#457 edit
2014-08-25 15:01:25 -04:00
foreman efc8aef7f7 P4 to Git Change 1069510 by johtaylo@johtaylo-JTBUILDER03-increment on 2014/08/23 03:00:11
EPR #010002 - Change OpenCL version number from 1618 to 1619.

Affected files ...

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


[ROCm/clr commit: 61fa04cf2b]
2014-08-23 03:10:03 -04:00
foreman 61fa04cf2b P4 to Git Change 1069510 by johtaylo@johtaylo-JTBUILDER03-increment on 2014/08/23 03:00:11
EPR #010002 - Change OpenCL version number from 1618 to 1619.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1365 edit
2014-08-23 03:10:03 -04:00
foreman 02cbde052e P4 to Git Change 1069392 by gandryey@gera-ubuntu14 on 2014/08/22 15:58:21
EPR #404714 - [CQE OCL][2.0][DTB]Opencl1.2 WF Conf. Math test failedon Pitcairn and Oland due to CL#1065597
	- FIx for TC regression after CL#1069020. Move the lock directly to the gsl flush() calls.

Affected files ...

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


[ROCm/clr commit: 7cc2a2d6e3]
2014-08-22 16:06:32 -04:00
foreman 7cc2a2d6e3 P4 to Git Change 1069392 by gandryey@gera-ubuntu14 on 2014/08/22 15:58:21
EPR #404714 - [CQE OCL][2.0][DTB]Opencl1.2 WF Conf. Math test failedon Pitcairn and Oland due to CL#1065597
	- FIx for TC regression after CL#1069020. Move the lock directly to the gsl flush() calls.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuvirtual.cpp#332 edit
2014-08-22 16:06:32 -04:00
foreman 4295f574d1 P4 to Git Change 1069294 by bsumner@bsumner-lin-opencl on 2014/08/22 10:56:33
ECR #304775 - fix bug 10248 where patching the local mem pointer hadn't been previously accounted for

Affected files ...

... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_kernel.h#22 edit
... //depot/stg/opencl/drivers/opencl/library/x86/common/src/misc/workitem.cl#23 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/cpu/cpucommand.cpp#63 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/cpu/cpucommand.hpp#36 edit


[ROCm/clr commit: 7908fc9e57]
2014-08-22 11:05:20 -04:00