Commit grafiek

68445 Commits

Auteur SHA1 Bericht Datum
Ramesh Errabolu (xN/A) TX f3dd313bba ECR #333755 - Move Hsa Sample SimpleConvolution from Hsa Sdk project to current Runtime/Samples
[git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1126037]


[ROCm/ROCR-Runtime commit: f6fccf5f2f]
2015-02-27 20:06:28 -05:00
Ramesh Errabolu (xN/A) TX fc2ef8d516 ECR #333755 - Move Hsa Sample MonteCarloAsian from Hsa Sdk project to current Runtime/Samples
[git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1126032]
2015-02-27 20:00:47 -05:00
Ramesh Errabolu (xN/A) TX 6412dc5122 ECR #333755 - Move Hsa Sample MonteCarloAsian from Hsa Sdk project to current Runtime/Samples
[git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1126032]


[ROCm/ROCR-Runtime commit: fc2ef8d516]
2015-02-27 20:00:47 -05:00
Ramesh Errabolu (xN/A) TX 13ed7ab373 ECR #333755 - Move Hsa Sample FastWalshTransform from Hsa Sdk project to current Runtime/Samples
[git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1126028]
2015-02-27 19:52:31 -05:00
Ramesh Errabolu (xN/A) TX 43026e9ee9 ECR #333755 - Move Hsa Sample FastWalshTransform from Hsa Sdk project to current Runtime/Samples
[git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1126028]


[ROCm/ROCR-Runtime commit: 13ed7ab373]
2015-02-27 19:52:31 -05:00
Ramesh Errabolu (xN/A) TX 89b5a60e58 ECR #333755 - Move Hsa Sample FloydWarshall from Hsa Sdk project to current Runtime/Samples
[git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1126027]
2015-02-27 19:46:47 -05:00
Ramesh Errabolu (xN/A) TX 5670d4665e ECR #333755 - Move Hsa Sample FloydWarshall from Hsa Sdk project to current Runtime/Samples
[git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1126027]


[ROCm/ROCR-Runtime commit: 89b5a60e58]
2015-02-27 19:46:47 -05:00
Ramesh Errabolu (xN/A) TX 47d96984b7 ECR #333755 - Move Hsa Sample BlackScholes from Hsa Sdk project to current Runtime/Samples
[git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1126026]
2015-02-27 19:38:44 -05:00
Ramesh Errabolu (xN/A) TX 045775fbdf ECR #333755 - Move Hsa Sample BlackScholes from Hsa Sdk project to current Runtime/Samples
[git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1126026]


[ROCm/ROCR-Runtime commit: 47d96984b7]
2015-02-27 19:38:44 -05:00
Ramesh Errabolu (xN/A) TX 26575ed9ba ECR #333755 - Move Hsa Sample BinarySearch from Hsa Sdk project to current Runtime/Samples
[git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1126024]
2015-02-27 19:29:01 -05:00
Ramesh Errabolu (xN/A) TX 6b478ae5cc ECR #333755 - Move Hsa Sample BinarySearch from Hsa Sdk project to current Runtime/Samples
[git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1126024]


[ROCm/ROCR-Runtime commit: 26575ed9ba]
2015-02-27 19:29:01 -05:00
foreman d4c4f3f2a2 P4 to Git Change 1125977 by gandryey@gera-dev-w7 on 2015/02/27 17:13:17
ECR #304775 - Enable TC compatible htile mode by default.
	- The feature is available on VI+, but interop just requires different tiling mode.
	- In the future we may need another way to control this feature for interop.

Affected files ...

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


[ROCm/clr commit: ac68112eaf]
2015-02-27 17:23:50 -05:00
foreman ac68112eaf P4 to Git Change 1125977 by gandryey@gera-dev-w7 on 2015/02/27 17:13:17
ECR #304775 - Enable TC compatible htile mode by default.
	- The feature is available on VI+, but interop just requires different tiling mode.
	- In the future we may need another way to control this feature for interop.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLDevice.cpp#108 edit
2015-02-27 17:23:50 -05:00
foreman b8813e7408 P4 to Git Change 1125734 by emankov@em-hsa-amd on 2015/02/27 07:53:34
ECR #333753 - HSA HLC/Compiler Lib: Fix which restores global option HLC_Disable_Amd_Inline_All to false after switching stack HSAIL -> AMDIL on RT.

	Also it fixes ocl 20 conformance basic subtests (readimage, writeimage) failed on enabling calls (-hsail-enable-calls), where such switching takes place.

	Testing: smoke, precheck-in

	Reviewer: Daniil Fukalov

Affected files ...

... //depot/stg/opencl/drivers/opencl/compiler/lib/backends/common/opt_level.cpp#22 edit
... //depot/stg/opencl/drivers/opencl/compiler/llvm/lib/Transforms/IPO/AMDPassManagerBuilder.cpp#49 edit
... //depot/stg/opencl/drivers/opencl/compiler/llvm/tools/opt/amdopt.inc#22 edit


[ROCm/clr commit: d09c098f87]
2015-02-27 08:24:42 -05:00
foreman d09c098f87 P4 to Git Change 1125734 by emankov@em-hsa-amd on 2015/02/27 07:53:34
ECR #333753 - HSA HLC/Compiler Lib: Fix which restores global option HLC_Disable_Amd_Inline_All to false after switching stack HSAIL -> AMDIL on RT.

	Also it fixes ocl 20 conformance basic subtests (readimage, writeimage) failed on enabling calls (-hsail-enable-calls), where such switching takes place.

	Testing: smoke, precheck-in

	Reviewer: Daniil Fukalov

Affected files ...

... //depot/stg/opencl/drivers/opencl/compiler/lib/backends/common/opt_level.cpp#22 edit
... //depot/stg/opencl/drivers/opencl/compiler/llvm/lib/Transforms/IPO/AMDPassManagerBuilder.cpp#49 edit
... //depot/stg/opencl/drivers/opencl/compiler/llvm/tools/opt/amdopt.inc#22 edit
2015-02-27 08:24:42 -05:00
foreman 56e9053bf9 P4 to Git Change 1125661 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/02/27 03:00:12
EPR #010002 - Change OpenCL version number from 1743 to 1744.

Affected files ...

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


[ROCm/clr commit: 973748fba9]
2015-02-27 03:15:19 -05:00
foreman 973748fba9 P4 to Git Change 1125661 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/02/27 03:00:12
EPR #010002 - Change OpenCL version number from 1743 to 1744.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1490 edit
2015-02-27 03:15:19 -05:00
foreman 0ee16b5cb3 P4 to Git Change 1125439 by bdhanase@bala_workpc_ocl on 2015/02/26 14:21:49
EPR #405824 - Back out changelist 1125022 because of failures in Linux.

Affected files ...

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


[ROCm/clr commit: 348bfd35d9]
2015-02-26 14:33:04 -05:00
foreman 348bfd35d9 P4 to Git Change 1125439 by bdhanase@bala_workpc_ocl on 2015/02/26 14:21:49
EPR #405824 - Back out changelist 1125022 because of failures in Linux.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudevice.cpp#497 edit
2015-02-26 14:33:04 -05:00
Ding, Wei (xN/A) TX e3fc8c2dc3 ECR #333755 - Modified Makefile for adding NBody.
[git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1125417]
2015-02-26 13:05:52 -05:00
Ding, Wei (xN/A) TX 303c030f57 ECR #333755 - Modified Makefile for adding NBody.
[git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1125417]


[ROCm/ROCR-Runtime commit: e3fc8c2dc3]
2015-02-26 13:05:52 -05:00
foreman 2a93b4aabc P4 to Git Change 1125262 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/02/26 03:00:14
EPR #010002 - Change OpenCL version number from 1742 to 1743.

Affected files ...

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


[ROCm/clr commit: 3446badda8]
2015-02-26 03:11:59 -05:00
foreman 3446badda8 P4 to Git Change 1125262 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/02/26 03:00:14
EPR #010002 - Change OpenCL version number from 1742 to 1743.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1489 edit
2015-02-26 03:11:59 -05:00
Ding, Wei (xN/A) TX 73ee35924a ECR #333755 - Modified Makefile for appls: DwtHarr1D BitionicSort
[git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1125137]
2015-02-25 19:31:21 -05:00
Ding, Wei (xN/A) TX 33f20e9666 ECR #333755 - Modified Makefile for appls: DwtHarr1D BitionicSort
[git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1125137]


[ROCm/ROCR-Runtime commit: 73ee35924a]
2015-02-25 19:31:21 -05:00
Ding, Wei (xN/A) TX 86878c6675 ECR #333755 - Clean up HSA SDK apps generated intermediate files.
[git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1125135]
2015-02-25 19:25:57 -05:00
Ding, Wei (xN/A) TX e513bd44f3 ECR #333755 - Clean up HSA SDK apps generated intermediate files.
[git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1125135]


[ROCm/ROCR-Runtime commit: 86878c6675]
2015-02-25 19:25:57 -05:00
Ding, Wei (xN/A) TX 41dc8c58e7 ECR #333755 - Added HSA SDK app: BitonicSort
[git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1125122]
2015-02-25 18:21:47 -05:00
Ding, Wei (xN/A) TX 2b588b9e46 ECR #333755 - Added HSA SDK app: BitonicSort
[git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1125122]


[ROCm/ROCR-Runtime commit: 41dc8c58e7]
2015-02-25 18:21:47 -05:00
Oded Gabbay e62d46ba1c Don't alloc/free VRAM in map/unmap paths
Signed-off-by: Oded Gabbay <oded.gabbay@amd.com>
2015-02-25 22:49:11 +02:00
Oded Gabbay af87268c5c Don't alloc/free VRAM in map/unmap paths
Signed-off-by: Oded Gabbay <oded.gabbay@amd.com>


[ROCm/ROCR-Runtime commit: e62d46ba1c]
2015-02-25 22:49:11 +02:00
Oded Gabbay 027ca02f2e reformat memory and fmm functions according to kernel coding style
Signed-off-by: Oded Gabbay <oded.gabbay@amd.com>
2015-02-25 22:49:08 +02:00
Oded Gabbay 686f0ceee4 reformat memory and fmm functions according to kernel coding style
Signed-off-by: Oded Gabbay <oded.gabbay@amd.com>


[ROCm/ROCR-Runtime commit: 027ca02f2e]
2015-02-25 22:49:08 +02:00
foreman a5975e0d96 P4 to Git Change 1125022 by bdhanase@bala_workpc_ocl on 2015/02/25 15:03:52
EPR #405824 - Remove #ifdef ATI_OS_WIN for the maxMemAllocSize_ calculation

	Reviewed by: German

Affected files ...

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


[ROCm/clr commit: 4bef580334]
2015-02-25 15:34:47 -05:00
foreman 4bef580334 P4 to Git Change 1125022 by bdhanase@bala_workpc_ocl on 2015/02/25 15:03:52
EPR #405824 - Remove #ifdef ATI_OS_WIN for the maxMemAllocSize_ calculation

	Reviewed by: German

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudevice.cpp#496 edit
2015-02-25 15:34:47 -05:00
Ding, Wei (xN/A) TX 9d9ea2ad3b ECR #333755 - Added two HSA samples: MatrixMultiplication, MatrixTranspose
[git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1124951]
2015-02-25 13:05:59 -05:00
Ding, Wei (xN/A) TX 3b84f5a4f6 ECR #333755 - Added two HSA samples: MatrixMultiplication, MatrixTranspose
[git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1124951]


[ROCm/ROCR-Runtime commit: 9d9ea2ad3b]
2015-02-25 13:05:59 -05:00
foreman 0028bc008a P4 to Git Change 1124798 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/02/25 03:00:13
EPR #010002 - Change OpenCL version number from 1741 to 1742.

Affected files ...

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


[ROCm/clr commit: eb14d64068]
2015-02-25 03:11:30 -05:00
foreman eb14d64068 P4 to Git Change 1124798 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/02/25 03:00:13
EPR #010002 - Change OpenCL version number from 1741 to 1742.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1488 edit
2015-02-25 03:11:30 -05:00
foreman 0cae03d7a6 P4 to Git Change 1124370 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/02/24 03:02:19
EPR #010002 - Change OpenCL version number from 1740 to 1741.

Affected files ...

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


[ROCm/clr commit: a8de6ca08f]
2015-02-24 03:11:09 -05:00
foreman a8de6ca08f P4 to Git Change 1124370 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/02/24 03:02:19
EPR #010002 - Change OpenCL version number from 1740 to 1741.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1487 edit
2015-02-24 03:11:09 -05:00
foreman c384997fbd P4 to Git Change 1124329 by gandryey@gera-w8 on 2015/02/23 19:50:45
ECR #304775 - Enable CL-GL depth extension

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpusettings.cpp#303 edit
... //depot/stg/opencl/drivers/opencl/runtime/platform/memory.cpp#116 edit


[ROCm/clr commit: 2b6c49020a]
2015-02-23 19:59:07 -05:00
foreman 2b6c49020a P4 to Git Change 1124329 by gandryey@gera-w8 on 2015/02/23 19:50:45
ECR #304775 - Enable CL-GL depth extension

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpusettings.cpp#303 edit
... //depot/stg/opencl/drivers/opencl/runtime/platform/memory.cpp#116 edit
2015-02-23 19:59:07 -05:00
foreman bb18e87796 P4 to Git Change 1124028 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/02/22 03:00:12
EPR #010002 - Change OpenCL version number from 1739 to 1740.

Affected files ...

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


[ROCm/clr commit: 06eef1ea0f]
2015-02-22 03:10:55 -05:00
foreman 06eef1ea0f P4 to Git Change 1124028 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/02/22 03:00:12
EPR #010002 - Change OpenCL version number from 1739 to 1740.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1486 edit
2015-02-22 03:10:55 -05:00
foreman c3ce150730 P4 to Git Change 1123993 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/02/21 03:00:12
EPR #010002 - Change OpenCL version number from 1738 to 1739.

Affected files ...

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


[ROCm/clr commit: 797c89da4e]
2015-02-21 03:16:30 -05:00
foreman 797c89da4e P4 to Git Change 1123993 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/02/21 03:00:12
EPR #010002 - Change OpenCL version number from 1738 to 1739.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1485 edit
2015-02-21 03:16:30 -05:00
foreman c8e7c02e72 P4 to Git Change 1123713 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/02/20 03:00:12
EPR #010002 - Change OpenCL version number from 1737 to 1738.

Affected files ...

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


[ROCm/clr commit: 9ed8da78bb]
2015-02-20 03:09:42 -05:00
foreman 9ed8da78bb P4 to Git Change 1123713 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/02/20 03:00:12
EPR #010002 - Change OpenCL version number from 1737 to 1738.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1484 edit
2015-02-20 03:09:42 -05:00
foreman 9eef787e0d P4 to Git Change 1123622 by wchau@wchau_WINDOWS7_OCL on 2015/02/19 17:52:17
ECR #399840 - OpenCL Runtime HW Debug support development

	- use device to control debugger registration and exception notification so that debug event will not be tied to any particular queue.
	- use aqlCodeInfo parameter for clHwDbgMapKernelCodeAMD() to be consistent with clHwDbgGetAqlPacketInfoAMD()

Affected files ...

... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_debugger_amd.cpp#6 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_debugger_amd.h#6 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudebugmanager.cpp#7 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudebugmanager.hpp#4 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuvirtual.cpp#352 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuvirtual.hpp#127 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLContext.cpp#70 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLContext.h#43 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/hwdebug.cpp#5 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/hwdebug.hpp#6 edit


[ROCm/clr commit: 66c0fd4aa5]
2015-02-19 19:40:35 -05:00