foreman
02ce7ba682
P4 to Git Change 1577734 by chui@ocl-promo-incrementor on 2018/07/09 11:34:57
...
SWDEV-2 - Change OpenCL version number from 2689 to 2690.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2437 edit
[ROCm/clr commit: 1300d226c2 ]
2018-07-09 11:45:35 -04:00
rohit pathania
3db0890b10
Adding functor unit tests for hip launch param
...
[ROCm/clr commit: 782f8613e0 ]
2018-07-09 15:08:17 +05:30
foreman
19eade5c6e
P4 to Git Change 1577357 by gandryey@gera-w8 on 2018/07/06 17:44:59
...
SWDEV-158017 - CL_DEVICE_GLOBAL_FREE_MEMORY_AMD doesn't work correctly on PAL backend
- Adjust system memory calculation for APU systems
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudevice.cpp#594 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuresource.hpp#89 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#95 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palresource.hpp#26 edit
[ROCm/clr commit: 2caff650a9 ]
2018-07-06 17:53:44 -04:00
foreman
774a2be098
P4 to Git Change 1577282 by skudchad@skudchad_test2_win_opencl on 2018/07/06 15:02:32
...
SWDEV-145570 - [HIP] Fix hipMalloc3D
ReviewBoardURL = http://ocltc.amd.com/reviews/r/15358/diff/
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/hip/hip_memory.cpp#36 edit
[ROCm/clr commit: 01813aae67 ]
2018-07-06 15:13:22 -04:00
Aaron Enye Shi
783b5e2418
Fix hip_mbcnt test typo
...
Ctest did not catch this test failure. When running this test manually before typo, I got __mbcnt_hi() FAILED! . This fix will fix this test for HCC and HIP clang path.
[ROCm/clr commit: 757eeccdc7 ]
2018-07-06 11:26:48 -04:00
Rahul Garg
f25b05c793
Cleaned up hipMemset3D test
...
[ROCm/clr commit: 7261799835 ]
2018-07-06 14:54:08 +05:30
foreman
d41cb5f07f
P4 to Git Change 1576949 by johtaylo@johtaylo-jtincrementor2-increment on 2018/07/06 03:00:06
...
SWDEV-2 - Change OpenCL version number from 2688 to 2689.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2436 edit
[ROCm/clr commit: 73f7b87f92 ]
2018-07-06 03:13:56 -04:00
foreman
ae3b7bb3f2
P4 to Git Change 1576872 by skudchad@skudchad_rocm on 2018/07/05 20:20:21
...
SWDEV-145570 - [HIP] - Add hipMalloc3D to linker symtable.
- Add structure for hipFuncGetAttributes
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/hip/hip_hcc.def.in#6 edit
... //depot/stg/opencl/drivers/opencl/api/hip/hip_hcc.map.in#6 edit
... //depot/stg/opencl/drivers/opencl/api/hip/hip_module.cpp#11 edit
[ROCm/clr commit: e51c42ac66 ]
2018-07-05 20:29:27 -04:00
Aaron Enye Shi
0e5ef747e6
Enable surface functions on HIP clang path
...
Fix surface test on HIP clang path.
[ROCm/clr commit: 5862ae4b6a ]
2018-07-05 20:49:47 +00:00
Aaron Enye Shi
eab9cacef2
Implement hip_ldg Functions into HIP header
...
Move all the function definitions for hip_ldg.cpp into hip_ldg.h header and enable for HIP clang path.
[ROCm/clr commit: d39508b4fd ]
2018-07-05 20:38:46 +00:00
Aaron Enye Shi
94cc27d4d6
Implement min/max functions in HIP header
...
Remove using hc::precise_math min and max. Instead we can use ocml directly for device and std:: for host.
[ROCm/clr commit: b362c53475 ]
2018-07-05 20:15:41 +00:00
Rahul Garg
1751bc7c26
Added another variant of bindtextoarray for direct porting
...
[ROCm/clr commit: 017f668a72 ]
2018-07-05 23:41:31 +05:30
Rahul Garg
61b632944b
Corrected enum type
...
[ROCm/clr commit: b15b08d0db ]
2018-07-05 23:11:39 +05:30
Rahul Garg
c548c3d833
Added tex2dlayered mapping for HIP/NVCC
...
[ROCm/clr commit: f080abe5a5 ]
2018-07-05 23:00:41 +05:30
foreman
efb43fbae7
P4 to Git Change 1576542 by jatang@jatang-opencl-hsa-stg5 on 2018/07/05 09:29:34
...
SWDEV-126897 - Remove un-necessary synchronize() for Device Enqueue in LC/ROCm path.
We don't need it since we have a hsa_signal_wait_acquire() to wait for the scheduler to finish. Moreover, synchronize() sends a barrier packet that could get stuck for some reason.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocblit.cpp#25 edit
[ROCm/clr commit: e2b18eda3e ]
2018-07-05 09:39:08 -04:00
foreman
46f5afe7da
P4 to Git Change 1576407 by johtaylo@johtaylo-jtincrementor2-increment on 2018/07/05 03:00:04
...
SWDEV-2 - Change OpenCL version number from 2687 to 2688.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2435 edit
[ROCm/clr commit: 5d025cb8bb ]
2018-07-05 03:06:54 -04:00
Aaron Enye Shi
f78a8d7fd6
Implement Memory Fence Functions in header
...
Enabled __llvm_fence_* functions for seq_cst.
[ROCm/clr commit: 96ab7c7b25 ]
2018-07-04 23:35:24 +00:00
foreman
86d502a1f8
P4 to Git Change 1576247 by gandryey@gera-w8 on 2018/07/04 16:55:54
...
SWDEV-158017 - CL_DEVICE_GLOBAL_FREE_MEMORY_AMD doesn't work correctly on PAL backend
- Change the free memory detection to account possible memory allocation with oversubscription.
- Make sure resource cache isn't counted as allocated memory
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudevice.cpp#593 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuresource.cpp#244 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuresource.hpp#88 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#94 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.hpp#31 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palresource.cpp#68 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palresource.hpp#25 edit
[ROCm/clr commit: 7e185b873e ]
2018-07-04 17:04:53 -04:00
Aaron Enye Shi
303a8be7d3
Workaround cast warning of smaller integer type for __to_local
...
For now, guard the __to_local function for device compile only since a local pointer should be same size as unsigned int on GPU compile. Also change to void* instead of char*.
[ROCm/clr commit: ce9ca744dc ]
2018-07-04 20:52:55 +00:00
foreman
458b50e5b8
P4 to Git Change 1576209 by vsytchen@vsytchen-win10 on 2018/07/04 15:37:58
...
SWDEV-79445 - OCL generic changes and code clean-up
1. Purge redundant AllocMapTarget function
ReviewBoardURL = http://ocltc.amd.com/reviews/r/15346/diff/
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_memobj.cpp#84 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_svm.cpp#28 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/device.cpp#223 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/device.hpp#309 edit
[ROCm/clr commit: efc584a4b9 ]
2018-07-04 15:50:23 -04:00
foreman
b817f2190a
P4 to Git Change 1576209 by vsytchen@vsytchen-win10 on 2018/07/04 15:37:58
...
SWDEV-79445 - OCL generic changes and code clean-up
1. Purge redundant AllocMapTarget function
ReviewBoardURL = http://ocltc.amd.com/reviews/r/15346/diff/
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_memobj.cpp#84 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_svm.cpp#28 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/device.cpp#223 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/device.hpp#309 edit
[ROCm/clr commit: 6e589b7de6 ]
2018-07-04 15:50:23 -04:00
foreman
9523d68e19
P4 to Git Change 1576208 by vsytchen@vsytchen-win10 on 2018/07/04 15:36:47
...
SWDEV-154903 - [Vega10][PAL] clSVMAlloc is failing to create allocations greater than 2GB
1. Uncommit coarse grain SVM from system memory when calling clEnqueueSVMUnmap
ReviewBoardURL = http://ocltc.amd.com/reviews/r/15336/diff/
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpumemory.cpp#133 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palmemory.cpp#22 edit
... //depot/stg/opencl/drivers/opencl/runtime/platform/memory.cpp#133 edit
... //depot/stg/opencl/drivers/opencl/runtime/platform/memory.hpp#106 edit
[ROCm/clr commit: 0bc34b7062 ]
2018-07-04 15:45:29 -04:00
Aaron Enye Shi
4b941a0db8
Merge branch 'master' into hipclang-add-amdgcn-funcs
...
[ROCm/clr commit: f8109c5b06 ]
2018-07-04 17:36:08 +00:00
foreman
5090f69021
P4 to Git Change 1575903 by johtaylo@johtaylo-jtincrementor2-increment on 2018/07/04 03:00:04
...
SWDEV-2 - Change OpenCL version number from 2686 to 2687.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2434 edit
[ROCm/clr commit: 2402a28a4d ]
2018-07-04 03:09:29 -04:00
Maneesh Gupta
4444910550
Merge pull request #539 from ROCm-Developer-Tools/fix-tf-link
...
Add workaround to hipcc for build failure in tensorflow due to missin…
[ROCm/clr commit: 874af1bf7d ]
2018-07-04 11:08:52 +05:30
Maneesh Gupta
b1b4302bc4
Merge pull request #530 from ROCm-Developer-Tools/hipclang-compute-mode
...
Add HIP Compute Mode
[ROCm/clr commit: e54ffe52a0 ]
2018-07-04 10:55:48 +05:30
Maneesh Gupta
f70e1ad691
Merge pull request #517 from ROCm-Developer-Tools/fix-hipcc-link
...
Let hipcc handle static library for hip-clang only if it contains bun…
[ROCm/clr commit: 3b157546f9 ]
2018-07-04 10:51:44 +05:30
Maneesh Gupta
70a7d3961e
Update hip_hcc_internal.h
...
Adding missing include for hip_hcc_internal in order to build with HCC
[ROCm/clr commit: d372d0eaad ]
2018-07-04 09:33:51 +05:30
foreman
2e9843872a
P4 to Git Change 1575517 by gandryey@gera-w8 on 2018/07/03 11:55:33
...
SWDEV-133815 - PAL support for Linux Pro w/OpenCL 2.0 support
- Reenable OCL2.0 support on Linux.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palsettings.cpp#53 edit
[ROCm/clr commit: 1c17b90822 ]
2018-07-03 12:03:24 -04:00
Rahul Garg
676c289310
Fixed offset null check in bind texture functions
...
[ROCm/clr commit: 77cbd4476d ]
2018-07-03 08:54:17 +05:30
Rahul Garg
a796eedde9
Revert "Use memcpy kernel for all pinned memory cases in hipMemcpy2DAsync"
...
[ROCm/clr commit: f554e48db3 ]
2018-07-02 14:32:11 +05:30
Maneesh Gupta
e6c2e3ee1b
Update hip-targets.cmake for hip::host & hip::device
...
[ROCm/clr commit: 1978cea4b7 ]
2018-07-02 10:37:20 +05:30
foreman
3ec0ea210d
P4 to Git Change 1574721 by johtaylo@johtaylo-jtincrementor2-increment on 2018/06/30 03:00:05
...
SWDEV-2 - Change OpenCL version number from 2685 to 2686.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2433 edit
[ROCm/clr commit: cfef94d7fb ]
2018-06-30 03:11:58 -04:00
Rahul Garg
c8da0cde27
Updated heading
...
[ROCm/clr commit: 805906d2ad ]
2018-06-30 11:42:17 +05:30
Rahul Garg
4a273380c8
Updated indentation
...
[ROCm/clr commit: cc14d6440f ]
2018-06-30 11:40:32 +05:30
foreman
e421d35e49
P4 to Git Change 1574275 by johtaylo@johtaylo-jtincrementor2-increment on 2018/06/29 03:00:05
...
SWDEV-2 - Change OpenCL version number from 2684 to 2685.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2432 edit
[ROCm/clr commit: bb2d543728 ]
2018-06-29 03:11:17 -04:00
foreman
b5914098d4
P4 to Git Change 1574251 by skudchad@skudchad_rocm on 2018/06/29 01:49:57
...
SWDEV-145570 - [HIP] Fix hipHostUnregister.
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/hip/hip_memory.cpp#35 edit
[ROCm/clr commit: 167d628a49 ]
2018-06-29 01:59:22 -04:00
Alex Voicu
7f4b5810bf
Add scalar operands and fix C implementation.
...
[ROCm/clr commit: f931980a6a ]
2018-06-29 05:23:49 +01:00
Alex Voicu
32b5fc5b83
Re-sync with upstream.
...
[ROCm/clr commit: c061d885f6 ]
2018-06-29 00:16:34 +01:00
foreman
1846473302
P4 to Git Change 1573750 by johtaylo@johtaylo-jtincrementor2-increment on 2018/06/28 03:00:05
...
SWDEV-2 - Change OpenCL version number from 2683 to 2684.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2431 edit
[ROCm/clr commit: 13cce36625 ]
2018-06-28 03:13:17 -04:00
Maneesh Gupta
a805b9d917
Merge pull request #528 from ROCm-Developer-Tools/fix-hipclang-hipcc
...
HIPCC - Use clang if clang++ is not compiled
[ROCm/clr commit: 0eeb58b26e ]
2018-06-28 12:36:49 +05:30
Maneesh Gupta
aaee068ac0
Merge pull request #503 from ROCm-Developer-Tools/fix-complex
...
Fix hip_complex.h
[ROCm/clr commit: 1340adce1a ]
2018-06-28 12:15:22 +05:30
Maneesh Gupta
3ed562a12b
Merge pull request #495 from ROCm-Developer-Tools/hip-clang-upstream
...
add more device functions for hip-clang
[ROCm/clr commit: b6f5c61a2c ]
2018-06-28 11:42:01 +05:30
Maneesh Gupta
ce10564d27
Merge pull request #522 from pradeepisro/cmake_verbose_fix
...
added changes to FindHIP.cmake which would allow us to build using ninja #467
[ROCm/clr commit: 22ffc0f1a7 ]
2018-06-28 11:39:03 +05:30
Maneesh Gupta
90a6b96c5f
Fix typo
...
[ROCm/clr commit: f426491f17 ]
2018-06-28 11:19:22 +05:30
Maneesh Gupta
e33d1d0dda
Merge pull request #536 from ROCm-Developer-Tools/hotfix_remove_unimplemented_math
...
Removes use of unimplemented OCML functionality.
[ROCm/clr commit: 06c1c93945 ]
2018-06-28 11:15:57 +05:30
foreman
9d5edb5b3e
P4 to Git Change 1573627 by skudchad@skudchad_test2_win_opencl on 2018/06/27 18:26:38
...
SWDEV-145570 - [HIP] Report 64KB LDS for Linux
ReviewBoardURL = http://ocltc.amd.com/reviews/r/15296/diff/
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palsettings.cpp#52 edit
[ROCm/clr commit: a5bf56e9bc ]
2018-06-27 18:36:59 -04:00
foreman
2b6bea9a08
P4 to Git Change 1573623 by gandryey@gera-w8 on 2018/06/27 18:23:10
...
SWDEV-155433 - Add OpenCL API type for RGP files generated from OpenCL
- Add API type events to the SQTT
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#93 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.hpp#30 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palgpuopen.cpp#3 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palgpuopen.hpp#3 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.cpp#112 edit
[ROCm/clr commit: 7bb3d41155 ]
2018-06-27 18:32:23 -04:00
Srinivasuluch
cdad3de88d
Update hipLaunchParm.cpp
...
Changing macro name
[ROCm/clr commit: ef33a0ad4d ]
2018-06-27 22:06:53 +05:30
Srinivasuluch
cf720fbe95
Update hipLaunchParm.cpp
...
wrap up to 80 characters per line
[ROCm/clr commit: 52e808da4d ]
2018-06-27 22:04:12 +05:30