Alex Xie
0309108c97
SWDEV-411369 - printf parameter is wrong
...
Change-Id: I3c6752bd0266919215de6282d289afd04c77d8ef
[ROCm/clr commit: 4969004422 ]
2023-08-10 11:31:58 -04:00
Julia Jiang
d418e686ce
SWDEV-415212 - Fix OCLruntime DeviceQuery test failure
...
Change-Id: I2e47c76d2145716fe6eeea81d68adbfa7f8b9be8
[ROCm/clr commit: ad18362822 ]
2023-08-08 14:00:38 -04:00
Ranjith Ramakrishnan
d665a115e2
SWDEV-366827 - Disable file reorg backward compatibility support by default
...
Change-Id: Ifb0e3ea1a2217e287498efc26369596209be8c93
[ROCm/clr commit: 03ad34a6c6 ]
2023-08-08 13:32:17 -04:00
victzhan
7e80d81b1e
SWDEV-404886 - Modified CMakeLists.txt for opencl to generate pdb files in release mode
...
Change-Id: I2945144c3efb88c1045399cf1c33e4a82c53c0e6
[ROCm/clr commit: 134d6449b3 ]
2023-07-05 18:33:46 -04:00
Jason Tang
6edd795788
SWDEV-404928 - Remove rocm-opencl depends of rocm-ocl-icd
...
Will replace rocm-ocl-icd with packaging of khronos opencl-icd-loader
Change-Id: I26da58e80fd1426b9908d0b524f93b17ab27626d
[ROCm/clr commit: a4bba6d705 ]
2023-06-14 14:35:57 -04:00
jatang
34f68be605
SWDEV-373396 - OCLCreateBuffer: make the CPU checkResult() 4 times faster
...
Change-Id: If20cd6b509896a748f74ab5296cb85f2c4a9f04c
[ROCm/clr commit: a456182888 ]
2023-06-06 17:15:34 -04:00
German
17c6b36204
SWDEV-403871 - Add MS platform recognition
...
Change-Id: Ie01e876f9322e35f4430352d1e4328f613133ee5
[ROCm/clr commit: c0e9734c35 ]
2023-06-06 11:57:07 -04:00
Ranjith Ramakrishnan
fe2a510c08
SWDEV-366831 - Compile time flag to switch between #warning and #error message
...
Using backward compatibility paths will provide #warning message be default.
Compile time option added to enable/disable the #error message.
Updated the backward compatibility message
Change-Id: I3bab00df26145991b32176d2d76977c2e953bf5f
[ROCm/clr commit: f788150132 ]
2023-06-01 04:22:19 -04:00
Alex Xie
1678c03e90
SWDEV-390565 - ocltst test failing
...
part 2 of the fix
Change-Id: I4ff2cf0f82b5cf57c7ee51a60bbac770a605a837
[ROCm/clr commit: 42f8b9183d ]
2023-05-01 12:31:37 -04:00
Alex Xie
e9b17e263a
SWDEV-389541 - mipmap tests failed
...
Change-Id: I8dec8ff9515c55a3a6b16157f7d064b2b109d5f3
[ROCm/clr commit: 475f80ee0e ]
2023-05-01 12:31:17 -04:00
Alex Xie
c271c5cb29
SWDEV-390565 - ocltst test failing
...
Change-Id: I76a12878a1d3c029b771335eb23b129cac125517
[ROCm/clr commit: a0c1f496a4 ]
2023-05-01 09:37:36 -04:00
German Andryeyev
b2525dfb82
SWDEV-381627 - Move cl_vk_amd.hpp into rocclr
...
Rename VK interop to ExternalMemory object, since it should handle
DX interops also
Change-Id: I536ec46d3e53ece35234a2e29030393ad411b96d
[ROCm/clr commit: 3e5803c4c0 ]
2023-04-26 15:25:01 -04:00
Todd tiantuo Li
f506eebd90
SWDEV-391224 - cltrace support for MEDIUM_PRIORITY queue and RT queue with their number of dedicated CUs
...
Change-Id: Ifec6e0995e324887f8df02f27cb61e2a035e6a82
[ROCm/clr commit: 42e7cb77d9 ]
2023-04-25 04:29:20 -04:00
German Andryeyev
53d0d75d8c
SWDEV-391858 - Reduce the size of step transfer
...
Change-Id: I78e9ed3c6550c497d6abdcf2b9e1a6d5bcdf7315
[ROCm/clr commit: 930d1f04c2 ]
2023-04-21 13:50:15 -04:00
Ruili Ji
74405e021d
SWDEV-391103 - fix ocltst segment fault and update device info for gfx1103
...
Change-Id: I7a45ef98fd03113b148178fed3b64b919ee4eb6d
[ROCm/clr commit: d33c1a06cf ]
2023-04-20 07:26:22 +08:00
victzhan
489f17c447
SWDEV-387117 - Support negative miplevel for clCreateFromGLTexture()
...
Change-Id: Ieaa340196e6844b2d18cdcc2278f913fc7c7bbb8
[ROCm/clr commit: 636983de49 ]
2023-04-19 12:46:45 -04:00
Julia Jiang
98e33ef5b6
SWDEV-392363 - fix DeviceQueries failure on MI300 APU system
...
Change-Id: I5542f3a4575fe252fff8e329fd28e5624b44486a
[ROCm/clr commit: 9ca45d289b ]
2023-04-19 12:09:20 -04:00
pghafari
82219d2fb1
SWDEV-366992 - adding handle type for vk interop
...
Change-Id: I79ee0d89b948c21b96709e9e607abe7901621a97
[ROCm/clr commit: 78de2ae692 ]
2023-04-18 16:59:25 -04:00
jatang
f7d22068bd
SWDEV-385312 - Move ocltst installation directory
...
Change-Id: Ibf9a5992fd9a7a2cd2d9c711fd76c0dee365570e
[ROCm/clr commit: d843c02843 ]
2023-04-18 16:19:02 -04:00
Rahul Garg
d0f51600f7
SWDEV-391858 - Revert "SWDEV-373396 - OCLCreateBuffer: make the CPU checkResult() 4 times faster"
...
This reverts commit 50208c1a00 .
Reason for revert: To fix ocltst issues.
Change-Id: Iac828e36e5288805be91f1b1efc7b95dda51b877
[ROCm/clr commit: eb5df70929 ]
2023-04-13 21:29:19 +00:00
Ranjith Ramakrishnan
94be4c2c2d
SWDEV-351540 - ASAN packaging for OpenCL
...
Package ASAN libraries and License file for ASAN package
Suffix "asan" added to package name
Change-Id: I1ae715d2ebc50d8a1ca6336c25802b989584ce40
[ROCm/clr commit: 8a4bf91145 ]
2023-04-07 12:35:25 +00:00
jatang
50208c1a00
SWDEV-373396 - OCLCreateBuffer: make the CPU checkResult() 4 times faster
...
Change-Id: Ia6e614d76ea0532e7e6424bd33a5e81fbd49db9e
[ROCm/clr commit: 6bf7514adb ]
2023-04-05 16:40:59 +00:00
Julia Jiang
7996429d24
SWDEV-388516 - Fix OCLPerf tests intermittent crashing
...
Change-Id: Iea69526a0ade08c33f68515bf6682b62291fdc7a
[ROCm/clr commit: f3a46d9d7a ]
2023-04-05 16:40:47 +00:00
agunashe
8878a5db05
SWDEV-381627 - opencl refactor for interop files
...
moving the common files to vdi
Change-Id: Iab113e8bd93473553e64106f690496e6bf2bda03
[ROCm/clr commit: ccf4f5f849 ]
2023-04-05 16:40:03 +00:00
Maneesh Gupta
744257e243
SWDEV-361630 - Fix rocm-ocl-icd package
...
Change-Id: Ib52dff09ee1c72b41c014b5e022cc2d8d79e0754
[ROCm/clr commit: c6760a55d0 ]
2023-03-30 09:10:58 +00:00
Maneesh Gupta
90da0eaee4
SWDEV-361630 - Enable opencl build
...
Change-Id: I19f8aa2e8157b8bfa053c502dcd63c52f0b6f104
[ROCm/clr commit: d9ceb6a3a3 ]
2023-03-26 15:42:33 +00:00
Maneesh Gupta
dc41080660
SWDEV-361630 - Enable hip build
...
Change-Id: Icdeaeff555d46e495c3de954b614168995a82a9f
[ROCm/clr commit: 1bc186323f ]
2023-03-26 15:42:33 +00:00
jatang
87a4e33150
SWDEV-386095 - Remove GL dependency from oclperf
...
Change-Id: Ie65e2b51af399e0816bb1f5283c8f2e7a330c730
[ROCm/clr commit: 94b1872628 ]
2023-03-08 15:55:54 -05:00
jatang
fe3c49c51a
SWDEV-384646 - Clean up clinfo includes
...
Change-Id: I7cc8a877fd7a61fea58331b5ca1792022df3194d
[ROCm/clr commit: a7f8964a20 ]
2023-03-02 16:03:52 -05:00
Jason Tang
fae41731dd
Merge "SWDEV-385312 - Move install path of rocm-ocltst to /opt/rocm/share/ocltst" into amd-staging
...
[ROCm/clr commit: eb87d711ab ]
2023-03-02 10:15:30 -05:00
jatang
0d7cb97435
SWDEV-385312 - Move install path of rocm-ocltst to /opt/rocm/share/ocltst
...
Change-Id: Ic2d88b4b41a2bd8d08ffa0fcb72226e993c23a6d
[ROCm/clr commit: b6bbcd8457 ]
2023-03-01 17:33:53 -05:00
Julia Jiang
c8b989d288
SWDEV-383839 - fix oclperf test failures on MI300
...
Change-Id: I789dad08f875d16eeb4d60dc60379d4ee4158904
[ROCm/clr commit: effb58e076 ]
2023-02-23 18:29:36 -05:00
Jason Tang
562a086ff1
Merge "SWDEV-372613 - No need to link GLEW/GL for oclperf and oclruntime tests" into amd-staging
...
[ROCm/clr commit: cf2d46e97e ]
2023-02-21 10:00:07 -05:00
Ranjith Ramakrishnan
ee63dd0dc5
SWDEV-383843 - Use relative path for RUNPATH
...
Build script was passing relative path for setting the RUNPATH. But clinfo is overriding it and using absolute paths
Removed the same from source code
Change-Id: I505e7fdc84c53d147f3afbc6c4133f906de2110f
[ROCm/clr commit: 067beca608 ]
2023-02-17 11:31:48 -05:00
Maneesh Gupta
4b8bf631d0
SWDEV-366831 - Revert "File reorg backward compatibility message changed to #error"
...
This reverts commit de1e612775 .
Reason for revert: Need to wait for apps to make fixes first
Change-Id: I337a0b56d268093fc8689152002a6f8a8ceb258f
[ROCm/clr commit: c7576e2add ]
2023-02-17 03:46:29 -05:00
jatang
6723b780ca
SWDEV-372613 - No need to link GLEW/GL for oclperf and oclruntime tests
...
Change-Id: I0b9fe78f3fb6d93a4e7d0fe66ea279291716f30e
[ROCm/clr commit: 589988ee47 ]
2023-02-16 15:07:23 -05:00
Ranjith Ramakrishnan
de1e612775
SWDEV-366831 - File reorg backward compatibility message changed to #error
...
Change-Id: Ic346b403bcc5df52fdab54ddf95472f649a00cc0
[ROCm/clr commit: c86bd74c67 ]
2023-02-10 13:09:46 -05:00
Jeremy Newton
713ac5ab4e
SWDEV-1 - cltrace: Add missing include
...
Newer GCC's seem to require this.
Signed-off-by: Jeremy Newton <Jeremy.Newton@amd.com >
Change-Id: I56ef934600729e892f1cd7ab11662760df48aed8
[ROCm/clr commit: 158e79358c ]
2023-02-08 14:26:47 -05:00
victzhan
33d3101cf6
SWDEV-345751 - Added parameter check for clEnqueueWriteImage
...
Change-Id: I9606ea1c3698d009f23b7da673c02fa05b009dbc
[ROCm/clr commit: 96cd9f7b76 ]
2023-01-26 16:49:56 -05:00
Victor Zhang
3a2d258194
Merge "SWDEV-110636 - added if statement so that output of clBuildProgram follows opencl specification" into amd-staging
...
[ROCm/clr commit: a1beaf54a6 ]
2023-01-26 16:25:11 -05:00
jatang
50e98ee028
SWDEV-373395 - Check CL_DEVICE_IMAGE_SUPPORT for ocltst image related tests
...
Change-Id: Iffa2be3d2ddeeb9baad108530dcaf69c4cbd984b
[ROCm/clr commit: 49c76fa04f ]
2023-01-25 17:43:06 -05:00
Jason Tang
610836d5f8
Merge "SWDEV-1 - Enable testing of OCLDynamic" into amd-staging
...
[ROCm/clr commit: 73f913be51 ]
2023-01-24 13:49:01 -05:00
jatang
fb394b51ba
SWDEV-1 - Enable testing of OCLDynamic
...
Change-Id: Iffdacd7804c40ccd2375a13bab582aae5c3d00e3
[ROCm/clr commit: 0865d29ee1 ]
2023-01-24 13:47:32 -05:00
German
a1371d6309
SWDEV-377991 - Remove liquidflash support
...
Change-Id: I928ed40f11461d5da07190e67bbec6a5363c42a6
[ROCm/clr commit: b9901144eb ]
2023-01-19 11:15:46 -05:00
Victor Zhang
c200479039
SWDEV-110636 - added if statement so that output of clBuildProgram follows opencl specification
...
Change-Id: I4ee000008c52a0bbdb47e94a8e1b5faf28c3bfe6
[ROCm/clr commit: 1fe9918576 ]
2023-01-17 00:52:04 -05:00
German Andryeyev
271434f6a3
SWDEV-365305 - Update RT queue test
...
Use 2 RT queues in the test instead of generic with medium priority.
Change-Id: Ia7100a9a79a09e9ef9615d17e0ff41c2b799a9e6
[ROCm/clr commit: a4c174e269 ]
2023-01-05 11:40:49 -05:00
jatang
298382dce2
SWDEV-372791 - Correct CL1.2 PartialWrkgrp test
...
Change-Id: I1d5505af24b7e367a2bee68060e49f1503ff9d94
[ROCm/clr commit: d5af082b87 ]
2022-12-22 16:28:41 -05:00
Todd tiantuo Li
8f2b881c3b
SWDEV-354868 - return CL_INVALID_VALUE if number of RT CUs is less than its granularity when creating command queue
...
Change-Id: I31004e82589c3378dba5541095a1eff763d4579d
[ROCm/clr commit: 6d4e067302 ]
2022-12-13 04:59:33 -08:00
Todd tiantuo Li
c07620985b
Merge "SWDEV-372070 - Add Phoenix to OCLPerfCounters in ocltst" into amd-staging
...
[ROCm/clr commit: 9dcb6a3d4d ]
2022-12-09 16:41:37 -05:00
Todd tiantuo Li
cdd7d68481
Merge "SWDEV-354868 - skip subtest when number of RT CUs is less than granularity" into amd-staging
...
[ROCm/clr commit: 05f99a45f8 ]
2022-12-09 16:41:03 -05:00