German
53ecf50e1c
SWDEV-1 - Ignore .vs folder in git on Windows
...
Change-Id: I6654bd98ec7809a4857cd649d2f2f3c4316160d8
[ROCm/clr commit: d05f7734d3 ]
2023-04-25 17:55:08 -04:00
Sourabh Betigeri
898340aaa9
SWDEV-392367 - Fixes hipMemGetAddressRange returning device buffer size as 0
...
Change-Id: I6b5640b544390b2dfc53fad271acc7f30240e274
[ROCm/clr commit: 7aba1cf4cd ]
2023-04-25 13:46:52 -04:00
Jaydeep Patel
6b364523bd
SWDEV-389647 - SWDEV-388950 - Check device id same while set params.
...
GraphMemcpyNodeSetParamsFrom/ToSymbol APIs neew to check device id for
original src/dst is same as what is passed in while set.
Change-Id: If0b610808223dce9115562bb5e9b31c8eaa2df22
[ROCm/clr commit: b6aa27d4a3 ]
2023-04-25 13:24:26 -04:00
taosang2
44c74a77d2
SWDEV-390626 - Fix wrong mapping functions
...
Remove wrong functions
__hipMapFromNativeFloat4()
__hipMapToNativeFloat4()
Replace them with mapFrom() and mapTo()
Change-Id: I1692b92d397bfd732d562778f918ebf8ca532e93
[ROCm/clr commit: 650b6767c4 ]
2023-04-25 13:19:00 -04:00
Jacob Lambert
eda5e6731e
SWDEV-1 - Add missing newlines to debug log output
...
Change-Id: I6c98d482079c34931cdc0615075eba34f87241f3
[ROCm/clr commit: 2a9d8b5862 ]
2023-04-25 13:10:57 -04:00
German
ca2d9bfbff
SWDEV-353281 - Don't add the same stream into the list
...
Change-Id: I7f41de68b669dc759bdb11657dd897ad57e368fc
[ROCm/clr commit: 31697779bb ]
2023-04-25 10:21:55 -04:00
pghafari
0ddd82a5f7
SWDEV-367145 - adding support for timeline semaphore
...
Change-Id: I654359b48abe8bbaac2def5118d3ad0bb05d9492
[ROCm/clr commit: afa15ddb89 ]
2023-04-25 10:02:43 -04:00
sdashmiz
8e2c75defb
SWDEV-387508 - do not treat uuid as string
...
Signed-off-by: sdashmiz <shadi.dashmiz@amd.com >
Change-Id: I4de88330650eba4e4259686cdb5fb089b17aa8e4
[ROCm/clr commit: 261ce9837c ]
2023-04-25 09:52:12 -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
Jaydeep Patel
b373c0d221
SWDEV-390597 - Return No Device error for hipSetDevice and hipSetDeviceFlags.
...
Change-Id: I457b1197a8f1b71a8bbbdf09f193f643c61700b6
[ROCm/clr commit: 3dfe48b582 ]
2023-04-24 03:50:33 -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
Saleel Kudchadker
8ae30e036d
SWDEV-384557 - Fix engine status query
...
- Maintain a map of SDMA engine# to stream allocated following a greedy
approach
- Anything past that will query SDMA engine status always and go with a
SDMA or Blit copy path
Change-Id: Ibfaed7f951ab84d80cb0430596a4d11b5aec9202
[ROCm/clr commit: 5865c642d4 ]
2023-04-21 00:57:26 -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
Jaydeep Patel
e404ad7bd8
SWDEV-389648 - Find node and then erase.
...
Change-Id: Iecf78fe6b0645e58b4de6658b59ad1285946b698
[ROCm/clr commit: 3c5888922e ]
2023-04-19 01:05:58 -04:00
Jaydeep Patel
3bab75e327
SWDEV-389477 - Check D2D is intra device.
...
Change-Id: Ibef2a6de82a18357ef35bcd70298478de6b0e380
[ROCm/clr commit: 415fb15c76 ]
2023-04-19 01:01:12 -04:00
Jaydeep Patel
2536d245f6
SWDEV-388943,SWDEV-388954 - Corrected validations for memcpy kind.
...
Change-Id: I8338111ac46e4eba279d53969d12df3a23552049
[ROCm/clr commit: 2576153acd ]
2023-04-19 01:00:50 -04:00
Jaydeep Patel
e257db8ba7
SWDEV-388958 - SWDEV-388929 - Kind can be hipMemcpyDefault for H2D and D2D and srcMemory can be allocated using hipHostMalloc for H2D.
...
Change-Id: I187ff850ebb890b357ee03500105b71468508ea2
[ROCm/clr commit: 7215451db9 ]
2023-04-19 01:00:28 -04:00
Jaydeep Patel
97726d4215
SWDEV-391731 - Check thread local list too.
...
With global flag, In addition to global vector, we need to check
thread local vector too. If both of them are empty then only
return false.
Change-Id: I3a24d16a35c702b34b9a8867dc410ebd80108f25
[ROCm/clr commit: 09a081235c ]
2023-04-19 01:00:09 -04:00
Jaydeep Patel
06bc6d9980
SWDEV-391178 - Extern monitor to avoid copy in multithreading.
...
Defining monitor in header cause copy and hence it's moved to cpp.
Change-Id: Ib07bbde2808d9cb2af9349076f777e8a5b28d210
[ROCm/clr commit: e8eb1772f2 ]
2023-04-19 00:58:49 -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
German Andryeyev
a6f2ecd703
SWDEV-231145 - Add a validation for uniform launch
...
Change-Id: I68d61690c50060d9dcca117b248dddf69204a23f
[ROCm/clr commit: e82eecf33e ]
2023-04-18 12:56:09 -04:00
German Andryeyev
237480711a
SWDEV-382359 - Workaround a non-uniform launch in MIOpen
...
Change-Id: I0abff25fb20143225739e771c4d3bae5c2a054b9
[ROCm/clr commit: 73698479a9 ]
2023-04-18 11:36:10 -04:00
Jason Tang
f62c6dad78
SWDEV-1 - Make gl.h mandatory for build
...
Change-Id: I6f68d1bdb455f219c7b05a05256eb67d00e81a3c
[ROCm/clr commit: c95944fd7e ]
2023-04-17 18:22:18 -04:00
German Andryeyev
79dbac1008
SWDEV-1 - Enable PAL interface 792
...
Change-Id: I4b77ecc8e4c129c5e1e62ec84ac4a5381f97a823
[ROCm/clr commit: 1cd99b5056 ]
2023-04-17 09:44:29 -04:00
Konstantin Zhuravlyov
650161a00c
SWDEV-383199 - Use SC for luxmark for gfx10+
...
Change-Id: I693b00fd9fe8e48b7602c8c5a87b59cfae69d891
[ROCm/clr commit: 667f048d18 ]
2023-04-14 13:20:00 -04:00
Satyanvesh Dittakavi
53dcdf2b46
SWDEV-393060 - Address directed tests build failures with CLR
...
Change-Id: I76b93ee073d21ec5fae0db5a129ada89f750855d
[ROCm/clr commit: a3104c60e1 ]
2023-04-14 03:53:51 -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
Ajay
369f587081
SWDEV-393406 - hip catch/directed tests on nvidia
...
fix the duplicate symbolic link issue
Change-Id: I472dfba80263d0f1d275d8e149007322c8af3f7c
[ROCm/clr commit: e5a300f892 ]
2023-04-10 19:54:23 +00:00
Maneesh Gupta
11cc41be7a
SWDEV-393406 - Build rocclr only on AMD devices
...
Change-Id: Ie473b78ce301dea1a5229a645c5865db2547cdf0
[ROCm/clr commit: 1378dc02bc ]
2023-04-10 16:18:46 +00:00
Ajay
4eaa9fa01a
SWDEV-361630 - clr to be able to build hip directed tests
...
Change-Id: I85b45c52573683a963ac2b4ee0ec7c79653ecc4d
[ROCm/clr commit: 5e9545fdfd ]
2023-04-07 14:21:34 -04: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
Ranjith Ramakrishnan
c1be6ffca3
SWDEV-351540 - ASAN packaging for hip
...
Package ASAN libraries and license file
Suffix "asan" added to package name
Change-Id: Ia02bb55be0bd415dbd372b39ce884c38d8c3dcbf
[ROCm/clr commit: 267b342523 ]
2023-04-07 11:54:48 +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
taosang2
769f1e166e
SWDEV-390626 - Support surface Apis
...
Change-Id: I1691b82d597bfd722d562778f919ebf8ca530e90
[ROCm/clr commit: 53742adc08 ]
2023-04-05 16:38:04 +00:00
German
56dedad98b
SWDEV-380703 - sync all streams individually
...
Avoid syncing blocking streams with the default stream,
since that introduces extra command dependencies and
doesn't allow to destroy memory after last submission
Change-Id: I618e9bd2091c4cf9157125612d8c4759030c5a80
[ROCm/clr commit: 1e88d2c52f ]
2023-04-05 16:37:49 +00:00
Jaydeep Patel
235eb22491
SWDEV-390439 - SWDEV-387997 - Delete array.
...
Change-Id: Ica20b005f5db7f4ed65c5ebc51959392671fe320
[ROCm/clr commit: 0f975e6e93 ]
2023-04-05 16:37:39 +00:00
Jaydeep Patel
91fef1215c
SWDEV-362365 - Return invalid value if config is not valid.
...
Change-Id: I5f7300060f25536f8d3fd25afc2fe2522b621432
[ROCm/clr commit: 4d8fd17985 ]
2023-04-05 16:37:28 +00:00
Jaydeep Patel
ac5c6ad299
SWDEV-362372 - Correct error code.
...
Change-Id: Ife4f6e3481d0e804e676fe076f0928870c6bae57
[ROCm/clr commit: 4ac87c051d ]
2023-04-05 16:37:18 +00:00
Ajay
b997937c50
SWDEV-384184 - hipGraphKernelNodeSetAttribute negative scenarios
...
Hardcoding check for accessPolicyMaxWindowSize
since its returned from Hardware thats not available yet
Change-Id: I3a09fc9ace3027c7d5533bbbc7da5e18f43591ec
[ROCm/clr commit: c603d5004a ]
2023-04-05 16:37:04 +00:00
Ajay
42dda1e6f4
SWDEV-390170 - guard deprecated runtime apis on CUDA 12.0
...
Change-Id: I4ab967c276dfa98f75d508b9484e8d1324b4e4a7
[ROCm/clr commit: 9ca5e71127 ]
2023-04-05 16:36:53 +00:00
Christophe Paquot
e1b8ba3750
SWDEV-301667 - Optimize lock for graph global capture mode
...
Remove unneeded lock and add smaller scope
Change-Id: I03a437057d54ce2d72c07a080bb872693b7f3f6c
[ROCm/clr commit: 6e86d29a58 ]
2023-04-05 10:58:14 +00:00
Julia Jiang
b7a0456cfb
SWDEV-389033 - Update header for cooperate group
...
Change-Id: Ica8f99c644a32835bf480b52a6a2af861f1526c0
[ROCm/clr commit: 0442501849 ]
2023-04-05 10:58:04 +00:00
Ioannis Assiouras
d93de640bd
SWDEV-389611 - Changed hipMallocAsync to return success for zero size allocation to match hipMalloc
...
Change-Id: Ia2cbfaf2df9be37b62f23b2bb5b619205752ba84
[ROCm/clr commit: db9d9faaeb ]
2023-04-05 10:56:51 +00:00
Satyanvesh Dittakavi
dded7831c1
SWDEV-374363 - hipImportExternalMemory/Semaphore should return error
...
when the Memory/Semaphore handle desc type is invalid
Change-Id: If122b05d87cc65974a797da69c134e2ac264d1db
[ROCm/clr commit: 1ed823a477 ]
2023-04-05 10:56:41 +00:00
Ajay
ec1aea4a1b
SWDEV-381627 - hipamd: refactor interop files
...
Removal of interop files and accessing these from vdi
Change-Id: If0d6635d56dd5bc63964bb49706ca5d6ebe4abc7
[ROCm/clr commit: 0b4f845475 ]
2023-04-05 10:56:28 +00:00