Граф коммитов

390 Коммитов

Автор SHA1 Сообщение Дата
foreman 654eccf977 P4 to Git Change 1118448 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/02/04 03:00:13
EPR #010002 - Change OpenCL version number from 1726 to 1727.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1473 edit
2015-02-04 03:14:30 -05:00
foreman 31ca701a3e P4 to Git Change 1118228 by gandryey@gera-dev-w7 on 2015/02/03 16:17:12
ECR #304775 - Back out changelist 1117184
	- There is a hang on CPU in conversion test

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/platform/command.cpp#67 edit
2015-02-03 17:56:13 -05:00
foreman 8eb38c986f P4 to Git Change 1117979 by jatang@jatang-opencl-hsa-stg1 on 2015/02/03 10:05:21
EPR #412821 - Add CL_DEVICE_AVAILABLE_ASYNC_QUEUES_AMD to cl_amd_device_attribute_query.

Affected files ...

... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_device.cpp#56 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/khronos/headers/opencl1.2/CL/cl_ext.h#8 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/khronos/headers/opencl2.0/CL/cl_ext.h#15 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/device.hpp#239 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudevice.cpp#493 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLDevice.cpp#105 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLDevice.h#43 edit
2015-02-03 10:13:23 -05:00
foreman ef33fcfcff P4 to Git Change 1117869 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/02/03 03:00:15
EPR #010002 - Change OpenCL version number from 1725 to 1726.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1472 edit
2015-02-03 03:11:15 -05:00
foreman fbc004a964 P4 to Git Change 1117793 by asalmanp@asalmanp-opencl-stg1 on 2015/02/02 22:25:50
EPR #394115 - Exposing Fiji on mainline
	ReviewBoardURL=http://ocltc.amd.com/reviews/r/6774/

Affected files ...

... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/v0_8/target_mappings.h#29 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/v0_8/target_mappings_amdil.h#24 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/v0_8/target_mappings_amdil64.h#21 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/v0_8/target_mappings_hsail.h#20 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/v0_8/target_mappings_hsail64.h#15 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/v0_9/target_mappings.h#24 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/v0_9/target_mappings_amdil.h#23 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/v0_9/target_mappings_amdil64.h#25 edit
... //depot/stg/opencl/drivers/opencl/compiler/llvm/lib/Target/AMDIL/AMDIL.h#108 edit
... //depot/stg/opencl/drivers/opencl/compiler/llvm/lib/Target/AMDIL/AMDILSubtarget.cpp#206 edit
... //depot/stg/opencl/drivers/opencl/compiler/llvm/lib/Target/AMDIL/Internal/InternalProcessors.td#20 edit
... //depot/stg/opencl/drivers/opencl/compiler/tools/driver/driver.cpp#52 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudefs.hpp#118 edit
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/runtime/OCLDeviceQueries.cpp#23 edit
2015-02-02 22:32:10 -05:00
foreman 2a531ac0ea P4 to Git Change 1117259 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/01/31 03:00:13
EPR #010002 - Change OpenCL version number from 1724 to 1725.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1471 edit
2015-01-31 03:09:08 -05:00
foreman 256f885c07 P4 to Git Change 1117184 by gandryey@gera-dev-w7 on 2015/01/30 18:01:14
ECR #304775 - Remove atomic update for the event status

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/platform/command.cpp#66 edit
2015-01-30 18:24:21 -05:00
foreman 6ea7225039 P4 to Git Change 1117053 by weizhang@weizhang-lnx-opencl-tmp on 2015/01/30 14:40:55
EPR #410989 - Set globalScratchBuf_ to NULL after it is deleted.

	   The issue is that scratch buffer will be destroyed again when the transfer queue is destroyed.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudevice.cpp#492 edit
2015-01-30 15:10:24 -05:00
foreman 84508bb5a4 P4 to Git Change 1116855 by emankov@em-hsa-amd on 2015/01/30 07:38:03
ECR #333753 - Compiler Lib/ORCA RT/Performance: BRIG in BIF is not needed anymore for finalizing & executing ISA (except cases with program scope global variables).

	[Description] The feature is intended to minimize the binary size for execution.
	This is half-hearted solution: If -fno-bin-cg is set, then after ISA finalization all BRIG sections are removed from the binary, but if there are program scope global variables in code, the option is ignored and all BRIG sections retain in binary for further globals’ allocation & initialization. The complete solution awaits Code Objects implementation.

	+ Additionally change fixes Bug 10478.
	+ Recompilation steps determination is changed in RT.
	+ symBRIGLoaderMap is added to bif_section_labels.
	+ RT_CONTAINS_LOADER_MAP is added for aclQueryInfo in order to check symBRIGLoaderMap existance in binary.
	+ complib tests are added on -fbin-cg/-fno-bin-cg.
	+ ocltst -t complib -M CLEnumCheck is updated.

	[Side effects] performance improvement, memory consumption reduction

	[TODO] Do the same on .hsa bits.

	[Testing] pre check-in, make smoke, complib, ocltst: complib, compiler, runtime, binary

	[Reviewer] German Andryeyev

Affected files ...

... //depot/stg/opencl/drivers/opencl/compiler/lib/backends/common/v0_8/if_acl.cpp#59 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/backends/gpu/brig_loader.cpp#17 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/backends/gpu/hsail_be.cpp#36 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/backends/gpu/hsail_be.hpp#12 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/backends/gpu/scwrapper/scClientAPI.cpp#21 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/include/v0_8/aclEnums.h#16 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/bif_section_labels.hpp#19 edit
... //depot/stg/opencl/drivers/opencl/compiler/loader/libloader/loader.cpp#12 edit
... //depot/stg/opencl/drivers/opencl/compiler/tools/aoc2/aoc2.cpp#64 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuprogram.cpp#188 edit
... //depot/stg/opencl/drivers/opencl/tests/hsa/src/complib/options/-fbin-cg-g/HelloWorld_Kernel_cl.cl#1 add
... //depot/stg/opencl/drivers/opencl/tests/hsa/src/complib/options/-fbin-cg-g_globals/HelloWorld_Kernel_cl.cl#1 add
... //depot/stg/opencl/drivers/opencl/tests/hsa/src/complib/options/-fbin-cg/HelloWorld_Kernel_cl.cl#1 add
... //depot/stg/opencl/drivers/opencl/tests/hsa/src/complib/options/-fbin-cg_globals/HelloWorld_Kernel_cl.cl#1 add
... //depot/stg/opencl/drivers/opencl/tests/hsa/src/complib/options/-fno-bin-cg-g/HelloWorld_Kernel_cl.cl#1 add
... //depot/stg/opencl/drivers/opencl/tests/hsa/src/complib/options/-fno-bin-cg-g_globals/HelloWorld_Kernel_cl.cl#1 add
... //depot/stg/opencl/drivers/opencl/tests/hsa/src/complib/options/-fno-bin-cg/HelloWorld_Kernel_cl.cl#1 add
... //depot/stg/opencl/drivers/opencl/tests/hsa/src/complib/options/-fno-bin-cg_globals/HelloWorld_Kernel_cl.cl#1 add
... //depot/stg/opencl/drivers/opencl/tests/hsa/tlst/complib.tlst#5 edit
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/complib/CLEnumCheck.cpp#40 edit
2015-01-30 07:48:28 -05:00
foreman 9276e5b992 P4 to Git Change 1116772 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/01/30 03:00:14
EPR #010002 - Change OpenCL version number from 1723 to 1724.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1470 edit
2015-01-30 03:16:28 -05:00
foreman 08f0e15bca P4 to Git Change 1116396 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/01/29 03:00:14
EPR #010002 - Change OpenCL version number from 1722 to 1723.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1469 edit
2015-01-29 03:12:59 -05:00
foreman c51f296496 P4 to Git Change 1115982 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/01/28 03:00:14
EPR #010002 - Change OpenCL version number from 1721 to 1722.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1468 edit
2015-01-28 03:22:58 -05:00
foreman 3eb6dee213 P4 to Git Change 1115538 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/01/27 03:00:23
EPR #010002 - Change OpenCL version number from 1720 to 1721.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1467 edit
2015-01-27 03:08:14 -05:00
foreman c9bf64f2f7 P4 to Git Change 1115441 by skudchad@skudchad_test_win_opencl2 on 2015/01/26 18:11:58
EPR #403782 - IOMMU2/SVM
	- Fix assert in OpenCL runtime

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuresource.cpp#204 edit
2015-01-26 18:39:50 -05:00
foreman 172266c1ba P4 to Git Change 1115252 by skudchad@skudchad_test_win_opencl2 on 2015/01/26 12:25:46
EPR #403782 - IOMMU2/SVM
	- Detect SVM Fine Grain system in IOL and OpenCL runtime
	- Changes to convey Allocation attribute to IOL

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

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuresource.cpp#203 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuresource.hpp#78 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuscsi.cpp#31 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpusettings.cpp#299 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpusettings.hpp#89 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/include/cal/cal.h#31 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/include/cal/calcl.h#31 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLDevice.cpp#104 edit
2015-01-26 12:53:29 -05:00
foreman cc54e51cfb P4 to Git Change 1115017 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/01/24 03:00:13
EPR #010002 - Change OpenCL version number from 1719 to 1720.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1466 edit
2015-01-24 03:16:41 -05:00
foreman fe8a3fc53e P4 to Git Change 1114892 by rili@rili_opencl_stg on 2015/01/23 15:08:20
EPR #411675 - Disable the code of writing 0 for the buffer paging by VidMM if asic is apu.
	                         On Kaveri, benchmark "photo editing" of PCMarks takes longer time
	                         Not sure how PCMarks measures it.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuresource.cpp#202 edit
2015-01-23 15:50:10 -05:00
foreman a910ebb77d P4 to Git Change 1114824 by gandryey@gera-dev-w7 on 2015/01/23 14:01:28
EPR #410560 - Forum: [169727] Bug? CL_MEM_COPY_HOST_PTR is not thread safe
	- Add extra condition for the scratch unbinding

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuvirtual.cpp#349 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuvirtual.hpp#126 edit
2015-01-23 14:20:22 -05:00
foreman 770a084e70 P4 to Git Change 1114755 by emankov@em-hsa-amd on 2015/01/23 11:28:27
ECR #333753 - Partial fix for Bug 10478 "Fix -fno-bin-llvmir/-fno-bin-hsail options"

	If option -fno-bin-llvmi is set, .llvmir section is deleted from BIF on CG phase instead of FE. Both HSA & AMDIL are affected.

	[Fixed] -fno-bin-llvm option causes clBuildProgram fail with error -11.
	Took place only if compiled from OpenCL

	[TODO] If possible -fno-bin-hsail should avoid putting HSAIL binary (BRIG) into BIF.

	[Tests] pre check-in, make smoke, complib

	[Reviewers] Brian Sumner, Nikolay Haustov

Affected files ...

... //depot/stg/opencl/drivers/opencl/compiler/lib/backends/common/frontend.cpp#31 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/backends/common/frontend_clang.cpp#17 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/backends/common/v0_8/if_acl.cpp#58 edit
... //depot/stg/opencl/drivers/opencl/compiler/tools/aoc2/aoc2.cpp#63 edit
... //depot/stg/opencl/drivers/opencl/tests/hsa/src/complib/options/-fbin-llvmir/HelloWorld_Kernel_cl.cl#1 add
... //depot/stg/opencl/drivers/opencl/tests/hsa/src/complib/options/-fno-bin-llvmir/HelloWorld_Kernel_cl.cl#1 add
... //depot/stg/opencl/drivers/opencl/tests/hsa/tlst/complib.tlst#3 edit
2015-01-23 11:35:29 -05:00
foreman f852a39a97 P4 to Git Change 1114751 by emankov@em-hsa-amd on 2015/01/23 11:18:10
ECR #333753 - Compiler Lib: Fix for EPR 413126 "Regression: Env. var. AMD_DEBUG_DUMP_HSAIL_ALL_KERNELS has stopped working"

	Tests: make smoke, pre check-in, complib

	Reviewer: Artem Tamazov

Affected files ...

... //depot/stg/opencl/drivers/opencl/compiler/lib/backends/common/v0_8/if_acl.cpp#57 edit
2015-01-23 11:25:27 -05:00
foreman c2128824a2 P4 to Git Change 1114616 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/01/23 03:00:14
EPR #010002 - Change OpenCL version number from 1718 to 1719.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1465 edit
2015-01-23 03:09:24 -05:00
foreman 1c3b32fef2 P4 to Git Change 1114490 by gandryey@gera-dev-w7 on 2015/01/22 18:28:21
EPR #410560 - Forum: [169727] Bug? CL_MEM_COPY_HOST_PTR is not thread safe
	- Regression on Trinity. Add scratch unbind. On Trinity blit kernels may use scratch.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuvirtual.cpp#348 edit
2015-01-22 18:39:40 -05:00
foreman fe098712df P4 to Git Change 1114420 by wchau@wchau_WINDOWS7_OCL on 2015/01/22 16:45:46
ECR #399840 - OpenCL Runtime HW Debug support development - set aclBinary & event in the pre-dispatch callback function

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudebugger.hpp#4 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudebugmanager.cpp#4 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuvirtual.cpp#347 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuvirtual.hpp#125 edit
2015-01-22 17:05:58 -05:00
foreman 9049f11ef4 P4 to Git Change 1114365 by gandryey@gera-dev-w7 on 2015/01/22 15:12:44
EPR #410560 - Forum: [169727] Bug? CL_MEM_COPY_HOST_PTR is not thread safe
	- Ignore the transfer queue on memory release, since it releases resources after every operation

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuresource.cpp#201 edit
2015-01-22 15:39:37 -05:00
foreman 57c517dac7 P4 to Git Change 1114098 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/01/22 03:00:14
EPR #010002 - Change OpenCL version number from 1717 to 1718.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1464 edit
2015-01-22 03:11:49 -05:00
foreman 5e0f57fdd0 P4 to Git Change 1113568 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/01/21 03:00:14
EPR #010002 - Change OpenCL version number from 1716 to 1717.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1463 edit
2015-01-21 03:12:39 -05:00
foreman 8b359d4f5a P4 to Git Change 1113301 by gandryey@gera-dev-w7 on 2015/01/20 12:25:37
ECR #304775 - Add remote alloc check for direct host access optimization.
	- If runtime forces allocations into remote memory, then AHP check won't cover normal allocations.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpumemory.cpp#115 edit
2015-01-20 12:31:31 -05:00
foreman 7cb94a1247 P4 to Git Change 1113275 by jatang@jatang-opencl-hsa-stg1 on 2015/01/20 11:17:41
EPR #412821 - Default AMD_THREAD_TRACE_ENABLE to true for stg.

	So OpenCL sanity will test the OCLThreadTrace test.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#224 edit
2015-01-20 11:36:54 -05:00
foreman db800fd805 P4 to Git Change 1113116 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/01/20 03:00:14
EPR #010002 - Change OpenCL version number from 1715 to 1716.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1462 edit
2015-01-20 03:15:18 -05:00
foreman 1329ec0467 P4 to Git Change 1112582 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/01/17 03:00:14
EPR #010002 - Change OpenCL version number from 1714 to 1715.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1461 edit
2015-01-17 03:10:48 -05:00
foreman 0342902eff P4 to Git Change 1112415 by smekhano@stas-moonshine-llvm-merge on 2015/01/16 14:05:45
ECR #333753 - HSA Clang: deleted obsolted files after the merge and fixed makefiles

Affected files ...

... //depot/stg/opencl/drivers/opencl/compiler/clang36/include/build/Makefile.include#2 edit
... //depot/stg/opencl/drivers/opencl/compiler/clang36/include/clang/Analysis/FlowSensitive/DataflowSolver.h#2 delete
... //depot/stg/opencl/drivers/opencl/compiler/clang36/include/clang/Analysis/Support/BlkExprDeclBitVector.h#2 delete
... //depot/stg/opencl/drivers/opencl/compiler/clang36/include/clang/Analysis/Visitors/CFGRecStmtDeclVisitor.h#2 delete
... //depot/stg/opencl/drivers/opencl/compiler/clang36/include/clang/Analysis/Visitors/CFGRecStmtVisitor.h#2 delete
... //depot/stg/opencl/drivers/opencl/compiler/clang36/include/clang/Analysis/Visitors/CFGStmtVisitor.h#2 delete
... //depot/stg/opencl/drivers/opencl/compiler/clang36/include/clang/Basic/ConvertUTF.h#2 delete
... //depot/stg/opencl/drivers/opencl/compiler/clang36/include/clang/Basic/OnDiskHashTable.h#2 delete
... //depot/stg/opencl/drivers/opencl/compiler/clang36/include/clang/Driver/Arg.h#2 delete
... //depot/stg/opencl/drivers/opencl/compiler/clang36/include/clang/Driver/ArgList.h#2 delete
... //depot/stg/opencl/drivers/opencl/compiler/clang36/include/clang/Driver/CC1AsOptions.h#2 delete
... //depot/stg/opencl/drivers/opencl/compiler/clang36/include/clang/Driver/CC1AsOptions.td#2 delete
... //depot/stg/opencl/drivers/opencl/compiler/clang36/include/clang/Driver/CC1Options.h#2 delete
... //depot/stg/opencl/drivers/opencl/compiler/clang36/include/clang/Driver/OptParser.td#2 delete
... //depot/stg/opencl/drivers/opencl/compiler/clang36/include/clang/Driver/OptSpecifier.h#2 delete
... //depot/stg/opencl/drivers/opencl/compiler/clang36/include/clang/Driver/OptTable.h#2 delete
... //depot/stg/opencl/drivers/opencl/compiler/clang36/include/clang/Driver/Option.h#2 delete
... //depot/stg/opencl/drivers/opencl/compiler/clang36/include/clang/Frontend/ChainedIncludesSource.h#2 delete
... //depot/stg/opencl/drivers/opencl/compiler/clang36/include/clang/Lex/PPMutationListener.h#2 delete
... //depot/stg/opencl/drivers/opencl/compiler/clang36/lib/AST/CommentDumper.cpp#2 delete
... //depot/stg/opencl/drivers/opencl/compiler/clang36/lib/AST/DumpXML.cpp#2 delete
... //depot/stg/opencl/drivers/opencl/compiler/clang36/lib/AST/MangleNumberingContext.cpp#2 delete
... //depot/stg/opencl/drivers/opencl/compiler/clang36/lib/Basic/ConvertUTF.c#2 delete
... //depot/stg/opencl/drivers/opencl/compiler/clang36/lib/Basic/ConvertUTFWrapper.cpp#2 delete
... //depot/stg/opencl/drivers/opencl/compiler/clang36/lib/CodeGen/CGRTTI.cpp#2 delete
... //depot/stg/opencl/drivers/opencl/compiler/clang36/lib/CodeGen/CGSPIRBlocks.cpp#2 delete
... //depot/stg/opencl/drivers/opencl/compiler/clang36/lib/CodeGen/CGSPIRBlocks.h#2 delete
... //depot/stg/opencl/drivers/opencl/compiler/clang36/lib/CodeGen/build/Makefile.codegen#2 edit
... //depot/stg/opencl/drivers/opencl/compiler/clang36/lib/Driver/Arg.cpp#2 delete
... //depot/stg/opencl/drivers/opencl/compiler/clang36/lib/Driver/ArgList.cpp#2 delete
... //depot/stg/opencl/drivers/opencl/compiler/clang36/lib/Driver/CC1AsOptions.cpp#2 delete
... //depot/stg/opencl/drivers/opencl/compiler/clang36/lib/Driver/OptTable.cpp#2 delete
... //depot/stg/opencl/drivers/opencl/compiler/clang36/lib/Driver/Option.cpp#2 delete
... //depot/stg/opencl/drivers/opencl/compiler/clang36/lib/Driver/build/Makefile.driver#2 edit
... //depot/stg/opencl/drivers/opencl/compiler/clang36/lib/Sema/TargetAttributesSema.cpp#2 delete
... //depot/stg/opencl/drivers/opencl/compiler/clang36/lib/Sema/TargetAttributesSema.h#2 delete
... //depot/stg/opencl/drivers/opencl/compiler/clang36/lib/StaticAnalyzer/Checkers/IdempotentOperationChecker.cpp#2 delete
... //depot/stg/opencl/drivers/opencl/compiler/clang36/lib/StaticAnalyzer/Core/TextPathDiagnostics.cpp#2 delete
... //depot/stg/opencl/drivers/opencl/compiler/clang36/utils/TableGen/OptParserEmitter.cpp#2 delete
2015-01-16 14:15:34 -05:00
foreman 38bbacc397 P4 to Git Change 1112253 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/01/16 03:00:15
EPR #010002 - Change OpenCL version number from 1713 to 1714.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1460 edit
2015-01-16 03:10:43 -05:00
foreman 8aafdbd80d P4 to Git Change 1112144 by gandryey@gera-dev-w7 on 2015/01/15 17:50:43
ECR #304775 - Move GPU wait outside of the device lock operation for staging buffers
	- Wait can occur per queue independently

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudevice.cpp#491 edit
2015-01-15 18:27:43 -05:00
foreman bc142e9ecb P4 to Git Change 1110977 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/01/13 03:01:26
EPR #010002 - Change OpenCL version number from 1712 to 1713.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1459 edit
2015-01-13 03:14:18 -05:00
foreman 4dcfbf27d4 P4 to Git Change 1110496 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/01/11 03:00:14
EPR #010002 - Change OpenCL version number from 1711 to 1712.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1458 edit
2015-01-11 03:16:34 -05:00
foreman 681416b56d P4 to Git Change 1110483 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/01/10 03:00:13
EPR #010002 - Change OpenCL version number from 1710 to 1711.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1457 edit
2015-01-10 03:07:32 -05:00
foreman 647aba6ed2 P4 to Git Change 1110409 by wchau@wchau_WINDOWS7_OCL on 2015/01/09 15:46:34
ECR #399840 - re-checkin of CL1109955 with the fix of OpenCL sanity check timeout (hw debug flag initialization)

Affected files ...

... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_debugger_amd.cpp#4 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_debugger_amd.h#4 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/device.cpp#174 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/device.hpp#238 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudebugger.hpp#3 add
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudebugmanager.cpp#3 add
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudebugmanager.hpp#3 add
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudevice.cpp#490 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudevice.hpp#137 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpukernel.cpp#275 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpukernel.hpp#106 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuresource.cpp#200 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuscsi.cpp#30 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpusettings.cpp#297 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuvirtual.cpp#346 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuvirtual.hpp#124 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLContext.cpp#69 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLContext.h#42 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/hwdebug.cpp#3 add
... //depot/stg/opencl/drivers/opencl/runtime/device/hwdebug.hpp#4 edit
... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#223 edit
2015-01-09 15:56:52 -05:00
foreman 67130961a5 P4 to Git Change 1110331 by wchau@wchau_WINDOWS7_OCL on 2015/01/09 12:05:43
ECR #399840 - OpenCL Runtime HW Debug support development - Back out changelist 1109955 to avoid Cypass OpenCL Sanity timeout.

Affected files ...

... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_debugger_amd.cpp#3 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_debugger_amd.h#3 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/device.hpp#237 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudebugger.hpp#2 delete
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudebugmanager.cpp#2 delete
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudebugmanager.hpp#2 delete
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudevice.cpp#489 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudevice.hpp#136 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpukernel.cpp#274 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpukernel.hpp#105 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuresource.cpp#199 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuscsi.cpp#29 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpusettings.cpp#296 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuvirtual.cpp#345 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuvirtual.hpp#123 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLContext.cpp#68 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLContext.h#41 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/hwdebug.cpp#2 delete
... //depot/stg/opencl/drivers/opencl/runtime/device/hwdebug.hpp#3 edit
... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#222 edit
2015-01-09 12:13:52 -05:00
foreman d1bf1dbf61 P4 to Git Change 1110200 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/01/09 03:00:13
EPR #010002 - Change OpenCL version number from 1709 to 1710.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1456 edit
2015-01-09 03:10:53 -05:00
foreman 2a38e43932 P4 to Git Change 1109955 by wchau@wchau_WINDOWS7_OCL on 2015/01/08 14:00:03
ECR #399840 - OpenCL Runtime HW Debug support development - HW debeg core and runtime support

Affected files ...

... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_debugger_amd.cpp#2 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_debugger_amd.h#2 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/device.hpp#236 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudebugger.hpp#1 add
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudebugmanager.cpp#1 add
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudebugmanager.hpp#1 add
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudevice.cpp#488 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudevice.hpp#135 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpukernel.cpp#273 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpukernel.hpp#104 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuresource.cpp#198 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuscsi.cpp#28 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpusettings.cpp#295 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuvirtual.cpp#344 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuvirtual.hpp#122 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLContext.cpp#67 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLContext.h#40 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/hwdebug.cpp#1 add
... //depot/stg/opencl/drivers/opencl/runtime/device/hwdebug.hpp#2 edit
... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#221 edit
2015-01-08 14:10:34 -05:00
foreman dc57153e6f P4 to Git Change 1109804 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/01/08 03:00:14
EPR #010002 - Change OpenCL version number from 1708 to 1709.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1455 edit
2015-01-08 03:08:00 -05:00
foreman 2ff3f9199a P4 to Git Change 1109709 by gandryey@gera-dev-w7 on 2015/01/07 18:33:55
ECR #304775 - Enable offline compilation for HSAIL path

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudevice.cpp#487 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpukernel.cpp#272 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuprogram.cpp#187 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuprogram.hpp#57 edit
2015-01-07 18:40:12 -05:00
foreman 187a905974 P4 to Git Change 1109486 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/01/07 03:00:15
EPR #010002 - Change OpenCL version number from 1707 to 1708.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1454 edit
2015-01-07 03:57:40 -05:00
foreman 8fef9d0995 P4 to Git Change 1109042 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/01/06 03:00:16
EPR #010002 - Change OpenCL version number from 1706 to 1707.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1453 edit
2015-01-06 04:16:32 -05:00
foreman 2a7605d2f1 P4 to Git Change 1108891 by bwicakso@opencl-hsa-stg-bwicakso on 2015/01/05 17:32:58
ECR #333755 - Part 2 - Update to spec 20141215
	Reviewer: hthangir, gandryey, kanarayan
	Test: TC precheckin, image conformance (local machine)

Affected files ...

... //depot/stg/opencl/drivers/opencl/compiler/lib/backends/gpu/brig_loader.cpp#16 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/backends/gpu/sc-hsa/Interface/hsa_ext_finalize.h#4 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpukernel.cpp#271 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuprogram.cpp#186 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/hsa_foundation/hsablit.cpp#6 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/hsa_foundation/hsadevice.cpp#22 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/hsa_foundation/hsadevice.hpp#8 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/hsa_foundation/hsamemory.cpp#7 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/hsa_foundation/hsamemory.hpp#6 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/hsa_foundation/hsavirtual.cpp#29 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/hsa_foundation/hsavirtual.hpp#14 edit
2015-01-05 17:44:48 -05:00
foreman ddff965589 P4 to Git Change 1108714 by rayxiao@alit_opencl_rayxiao on 2015/01/05 09:58:36
EPR #399415 - Move aclInsertKernelStatistics to utility library. aclutInsertKernelStatistics.

Affected files ...

... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/amdocl.def.in#11 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/amdocl.map.in#12 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/amdoclcl.def.in#9 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/amdoclcl.map.in#8 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/api/v0_8/acl.cpp#23 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/api/v0_8/aclKstatsSI.cpp#1 add
... //depot/stg/opencl/drivers/opencl/compiler/lib/api/v0_8/aclKstatsr800.cpp#1 add
... //depot/stg/opencl/drivers/opencl/compiler/lib/backends/gpu/scwrapper/devState.cpp#23 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/backends/gpu/scwrapper/devState.h#7 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/include/v0_8/acl.h#7 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/include/v0_8/aclEnums.h#15 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/include/v0_8/aclStructs.h#14 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/loaders/bif/bifinternal.hpp#8 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/bif_section_labels.hpp#18 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/v0_8/libUtils.cpp#5 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/v0_8/libUtils.h#14 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuscsi.cpp#27 edit
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/complib/CLEnumCheck.cpp#39 edit
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/complib/aclAPI.cpp#18 edit
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/complib/aclAPI.hpp#3 edit
2015-01-05 10:06:36 -05:00
foreman 01cfbfc12c P4 to Git Change 1108539 by johtaylo@johtaylo-JTBUILDER03-increment on 2015/01/03 03:00:15
EPR #010002 - Change OpenCL version number from 1705 to 1706.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1452 edit
2015-01-03 03:11:31 -05:00
foreman 9313a79416 P4 to Git Change 1107694 by johtaylo@johtaylo-JTBUILDER03-increment on 2014/12/24 03:00:13
EPR #010002 - Change OpenCL version number from 1704 to 1705.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1451 edit
2014-12-24 03:14:18 -05:00
foreman a6cf2b4c75 P4 to Git Change 1107383 by johtaylo@johtaylo-JTBUILDER03-increment on 2014/12/23 03:00:14
EPR #010002 - Change OpenCL version number from 1703 to 1704.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1450 edit
2014-12-23 03:12:41 -05:00
foreman b8b34603f1 P4 to Git Change 1107067 by johtaylo@johtaylo-JTBUILDER03-increment on 2014/12/20 03:00:56
EPR #010002 - Change OpenCL version number from 1702 to 1703.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1449 edit
2014-12-20 03:15:15 -05:00