Commit Graph

64357 Commits

Author SHA1 Message Date
pensun 0b048afa79 Fix for hipEnvVar test for titan machine 2016-03-03 06:23:17 -06:00
pensun 2019a85ac3 Fix for hipEnvVar test for titan machine
[ROCm/hip commit: 20f939b356]
2016-03-03 06:23:17 -06:00
pensun 20f939b356 Fix for hipEnvVar test for titan machine 2016-03-03 06:23:17 -06:00
foreman 532872bba3 P4 to Git Change 1243084 by johtaylo@johtaylo-JTBUILDER03-increment on 2016/03/03 03:00:23
SWDEV-2 - Change OpenCL version number from 2051 to 2052.

Affected files ...

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


[ROCm/clr commit: b09d0bf37b]
2016-03-03 03:10:22 -05:00
foreman b09d0bf37b P4 to Git Change 1243084 by johtaylo@johtaylo-JTBUILDER03-increment on 2016/03/03 03:00:23
SWDEV-2 - Change OpenCL version number from 2051 to 2052.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1798 edit
2016-03-03 03:10:22 -05:00
Maneesh Gupta 357ca59250 Merge branch 'privatestaging' of https://github.com/AMDComputeLibraries/HIP-privatestaging into privatestaging
[ROCm/clr commit: 077b8f51c5]
2016-03-03 09:53:04 +05:30
Maneesh Gupta 077b8f51c5 Merge branch 'privatestaging' of https://github.com/AMDComputeLibraries/HIP-privatestaging into privatestaging 2016-03-03 09:53:04 +05:30
Maneesh Gupta fe88652340 Merge branch 'privatestaging' of https://github.com/AMDComputeLibraries/HIP-privatestaging into privatestaging
[ROCm/hip commit: df1abec682]
2016-03-03 09:53:04 +05:30
Maneesh Gupta df1abec682 Merge branch 'privatestaging' of https://github.com/AMDComputeLibraries/HIP-privatestaging into privatestaging 2016-03-03 09:53:04 +05:30
Maneesh Gupta 069667dfd4 Fix hip_ballot.cpp compilation on hcc
[ROCm/clr commit: eefa31620d]
2016-03-03 09:52:41 +05:30
Maneesh Gupta eefa31620d Fix hip_ballot.cpp compilation on hcc 2016-03-03 09:52:41 +05:30
Maneesh Gupta b3d6a32b62 Fix hip_ballot.cpp compilation on hcc
[ROCm/hip commit: ba6393e36d]
2016-03-03 09:52:41 +05:30
Maneesh Gupta ba6393e36d Fix hip_ballot.cpp compilation on hcc 2016-03-03 09:52:41 +05:30
Maneesh Gupta 811f64af8e Fix hipPointerAttrib.cpp compilation on nvcc
[ROCm/clr commit: fc3fc15aea]
2016-03-03 09:48:47 +05:30
Maneesh Gupta fc3fc15aea Fix hipPointerAttrib.cpp compilation on nvcc 2016-03-03 09:48:47 +05:30
Maneesh Gupta 69132a5a5b Fix hipPointerAttrib.cpp compilation on nvcc
[ROCm/hip commit: 403206074e]
2016-03-03 09:48:47 +05:30
Maneesh Gupta 403206074e Fix hipPointerAttrib.cpp compilation on nvcc 2016-03-03 09:48:47 +05:30
Maneesh Gupta a5d80ddccc Fix hipcc from trying to compile object files
[ROCm/clr commit: dc1e863959]
2016-03-03 09:47:37 +05:30
Maneesh Gupta dc1e863959 Fix hipcc from trying to compile object files 2016-03-03 09:47:37 +05:30
Maneesh Gupta 25bc5be377 Fix hipcc from trying to compile object files
[ROCm/hip commit: 5013884d3d]
2016-03-03 09:47:37 +05:30
Maneesh Gupta 5013884d3d Fix hipcc from trying to compile object files 2016-03-03 09:47:37 +05:30
Andres Rodriguez 7c376247b5 README: spelling and date fixes
Change-Id: I51fa196971b91ea71fd8b0abe169fe23502ebb96
2016-03-02 18:42:01 -05:00
Andres Rodriguez 682178796f README: spelling and date fixes
Change-Id: I51fa196971b91ea71fd8b0abe169fe23502ebb96


[ROCm/ROCR-Runtime commit: 7c376247b5]
2016-03-02 18:42:01 -05:00
Andres Rodriguez 35e8fc6b15 readme: add an initial README.md file
This is a simple README.md since most of the details should be in the
ROCK project.

Change-Id: I3175e2a5ade0f9ecb913076a4842b528f14947f0
2016-03-02 18:42:01 -05:00
Andres Rodriguez 08c4246009 readme: add an initial README.md file
This is a simple README.md since most of the details should be in the
ROCK project.

Change-Id: I3175e2a5ade0f9ecb913076a4842b528f14947f0


[ROCm/ROCR-Runtime commit: 35e8fc6b15]
2016-03-02 18:42:01 -05:00
foreman ed9c54e493 P4 to Git Change 1242741 by jatang@jatang-opencl-hsa-stg1 on 2016/03/02 12:04:38
SWDEV-86378 -  Workaround sDMA L2T page fault issue.

	sDMA L2T has a bug that could have the engine access one page ahead of the starting address of the L2T linear address. Workaround it by using kernel bliting instead for conditions that could run into the bug.

Affected files ...

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


[ROCm/clr commit: b646548235]
2016-03-02 12:18:01 -05:00
foreman b646548235 P4 to Git Change 1242741 by jatang@jatang-opencl-hsa-stg1 on 2016/03/02 12:04:38
SWDEV-86378 -  Workaround sDMA L2T page fault issue.

	sDMA L2T has a bug that could have the engine access one page ahead of the starting address of the L2T linear address. Workaround it by using kernel bliting instead for conditions that could run into the bug.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLDevice.cpp#161 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLDevice.h#59 edit
2016-03-02 12:18:01 -05:00
Daniil Fukalov f70847302c Update README.md
[ROCm/clr commit: b90ee96510]
2016-03-02 20:05:42 +03:00
Daniil Fukalov b90ee96510 Update README.md 2016-03-02 20:05:42 +03:00
Daniil Fukalov 6e729ea69e Update README.md
[ROCm/hip commit: 8e9d0f8e05]
2016-03-02 20:05:42 +03:00
Daniil Fukalov 8e9d0f8e05 Update README.md 2016-03-02 20:05:42 +03:00
dfukalov 998ea122d5 fixed line endings to unix format as in clang/llvm
[ROCm/clr commit: 52a51c704d]
2016-03-02 19:58:45 +03:00
dfukalov 52a51c704d fixed line endings to unix format as in clang/llvm 2016-03-02 19:58:45 +03:00
dfukalov 8441ffa1fb fixed line endings to unix format as in clang/llvm
[ROCm/hip commit: 9440f60d6e]
2016-03-02 19:58:45 +03:00
dfukalov 9440f60d6e fixed line endings to unix format as in clang/llvm 2016-03-02 19:58:45 +03:00
dfukalov 9cb64802fd Merge branch 'master' of https://github.com/GPUOpen-ProfessionalCompute-Tools/HIP-hipify
[ROCm/clr commit: 217f64bbc3]
2016-03-02 18:03:20 +03:00
dfukalov 217f64bbc3 Merge branch 'master' of https://github.com/GPUOpen-ProfessionalCompute-Tools/HIP-hipify 2016-03-02 18:03:20 +03:00
dfukalov 4d539ced6e Merge branch 'master' of https://github.com/GPUOpen-ProfessionalCompute-Tools/HIP-hipify
[ROCm/hip commit: 4d6dc51e8a]
2016-03-02 18:03:20 +03:00
dfukalov 4d6dc51e8a Merge branch 'master' of https://github.com/GPUOpen-ProfessionalCompute-Tools/HIP-hipify 2016-03-02 18:03:20 +03:00
dfukalov 7e64135115 add FE option "-std=c++11" by default
[ROCm/clr commit: dcdcd5450b]
2016-03-02 18:01:51 +03:00
dfukalov dcdcd5450b add FE option "-std=c++11" by default 2016-03-02 18:01:51 +03:00
dfukalov 6cc884c5b4 add FE option "-std=c++11" by default
[ROCm/hip commit: 8cc98ae131]
2016-03-02 18:01:51 +03:00
dfukalov 8cc98ae131 add FE option "-std=c++11" by default 2016-03-02 18:01:51 +03:00
atimofee 999536c186 String literals processing unified
[ROCm/clr commit: b96797dcd9]
2016-03-02 17:22:06 +03:00
atimofee b96797dcd9 String literals processing unified 2016-03-02 17:22:06 +03:00
atimofee 855ec8dd11 String literals processing unified
[ROCm/hip commit: f5fe77db4e]
2016-03-02 17:22:06 +03:00
atimofee f5fe77db4e String literals processing unified 2016-03-02 17:22:06 +03:00
Ben Goz e2fb4bc312 Align hsaKmtMapMemoryToGPUNodes according thunk spec
Change-Id: I507ba5c6029ca5e7088c25930d46f5221679ace4
Signed-off-by: Ben Goz <ben.goz@amd.com>
2016-03-02 16:12:03 +02:00
Ben Goz 8baf22651d Align hsaKmtMapMemoryToGPUNodes according thunk spec
Change-Id: I507ba5c6029ca5e7088c25930d46f5221679ace4
Signed-off-by: Ben Goz <ben.goz@amd.com>


[ROCm/ROCR-Runtime commit: e2fb4bc312]
2016-03-02 16:12:03 +02:00
pensun 83afc7ac7c fix for hipEnvVarDriver test
[ROCm/clr commit: 8c0ce13ec2]
2016-03-02 04:35:37 -06:00