Chauncey Hui
b44dc91f4f
SWDEV-2 - Change OpenCL version number from 3385 to 3386
2021-11-05 03:00:04 -04:00
German Andryeyev
bbb635bc32
SWDEV-305016 - Add a timeout wait into IsHwEventReady()
...
Just signal check will still submit the marker and then later
runtime will have a timeout, but the barrier packet is still
generated. Hence early timeout will allow to skip the marker.
Change-Id: Ieb7d89becbcff43a4f4c46715354ca65ab4a80b9
2021-11-02 11:37:23 -04:00
German Andryeyev
21a2fdb80a
SWDEV-305016 - Check for HW event ready
...
Runtime can skip the marker if HW event was completed already.
Change-Id: Ie9fbc08b06b375c5586cbe1aa93922f1880608e4
2021-11-01 10:07:08 -04:00
Chauncey Hui
712b65765e
SWDEV-2 - Change OpenCL version number from 3384 to 3385
2021-10-29 03:00:05 -04:00
German Andryeyev
7e12cf6318
SWDEV-257789 - Initial change to skip kernel arg copy
...
The optimization is controlled with ROCR_SKIP_KERNEL_ARG_COPY.
This is initial check-in for experiments. Extra changes are
necessary for full support:
- handle graph capture with the original sysmem alloc
- avoid memobject references, otherwise there is a race condition with
reusage of the arg buffer
- Remove arg setup from hip
Change-Id: Ib0af710f93e79834711fa4049a7c66093711e68b
2021-10-28 20:35:35 -04:00
Alex Xie
1ced9040b6
SWDEV-305752 - OCL WIN Conformance select test fail
...
unmap should complete before working on the other mapping API
Change-Id: I27517888f3112d1113894cdbcb7a786321a3e554
2021-10-28 12:20:15 -04:00
Chauncey Hui
530283e12a
SWDEV-2 - Change OpenCL version number from 3383 to 3384
2021-10-28 03:00:04 -04:00
German Andryeyev
30bba18a06
SWDEV-303567 - reset kernel arg buffer to chunk 0
...
Change-Id: I2974e31af9700705554b0f274ede6f8b9a9d6e7b
2021-10-27 22:15:55 -04:00
Alex Xie
0e321f45c1
SWDEV-305752 - OCL WIN Conformance select test fail
...
Change-Id: I73571c262a14d6b27d8cf91b6d1a13e1974ddc96
2021-10-27 19:54:24 -04:00
German Andryeyev
4aea2ad172
SWDEV-286150 - Switch PAL to 678 interface
...
Change-Id: I3c130998902654e1dffc954ddf33530ea998ac34
2021-10-27 17:25:02 -04:00
Tao Sang
17cc99c05d
SWDEV-306947 Enable hipAddressModeBorder
...
Enable hipAddressModeBorder.
Fix default of height of hipMallocArray().
Some code improvement.
Change-Id: I57045118e7adf915074c547cbe76349a4cfd72d8
2021-10-27 10:05:53 -04:00
Alex Xie
fa73e0cfcc
SWDEV-308726 - OCL WIN - Conformance SVM Test failing
...
SVM mapping should not use direct mapping in Windows PAL
Change-Id: I005115bdce6ef99f471bb08fa8d042fa644587a6
2021-10-27 03:20:47 -04:00
Chauncey Hui
5ad666093a
SWDEV-2 - Change OpenCL version number from 3382 to 3383
2021-10-27 03:00:04 -04:00
cjatin
aef1250a41
SWDEV-303745 - SWDEV-307757 - SWDEV-308024 - SWDEV-308834 - Find clangrt lib using find_library
...
Change-Id: Ia311e9f10c59f21c271e83f09fa84eb65e95105a
2021-10-27 02:08:42 -04:00
German Andryeyev
f78b3a8919
SWDEV-303567 - Add chunks for the pool of kernel arguments
...
The kernel arg pool will be divided into 8 chunks to avoid long stalls,
when the pool will be reused.
Change-Id: I228e6ca1c09e428c1775f1e5b685220a9a5d71af
2021-10-26 16:31:37 -04:00
anusha GodavarthySurya
8d30df5ccf
SWDEV-307915 - hipHccModuleLaunchKernel correct event timing
...
Change-Id: I397a3d6cf0cf8639666befb9ed7a357c6753741c
2021-10-25 21:46:46 -07:00
anusha GodavarthySurya
63c6799130
SWDEV-307642 - Fix memcpy directed tests failure
...
Change-Id: I7a835a5a519b35fcda813c2acc1ac3cf5d0b5f23
2021-10-26 00:15:11 -04:00
German Andryeyev
981508b2af
SWDEV-303567 - Correct events for hipHccModuleLaunchKernel
...
Start event should be collected before the kernel launch.
End event can use the command from the kernel launch.
Change-Id: I5413c340280be680b15a44daa0c69b21ed314213
2021-10-25 16:56:37 -04:00
Jason Tang
b1e9a4227c
SWDEV-301289 - Enable building and installing ocltst on Windows
...
Change-Id: I512dbcb96dd6a7c52a5ebad819043fdd0138215d
2021-10-25 14:10:15 -04:00
Sarbojit Sarkar
c218022296
SWDEV-306773 - Pal fix for 2D/3D memset
...
Change-Id: Id705e9292e17621ea70e283d7494212809456e27
2021-10-25 00:37:18 -04:00
Chauncey Hui
44c479b65f
SWDEV-2 - Change OpenCL version number from 3381 to 3382
2021-10-23 03:00:05 -04:00
Ajay
5f254dc780
SWDEV-296926 - hipamd cmake file change to build hip/src
...
Change-Id: Ie40a8250a7843f174b322f3e179835961f4e7cac
2021-10-22 12:57:51 -04:00
Freddy Paul
45e94f4c2e
hip:Fix post install script syntax error.
...
SWDEV-308166: /opt/rocm softlink not created when installing
selective hip packages
Change-Id: Id9c70f5f4edc01fdbb1d06563cab1503e94542ea
2021-10-22 10:44:32 -04:00
Jason Tang
f61dc18681
SWDEV-292525 - Fix -Werror=parentheses build failure
...
Change-Id: I2650413914914392df68a9fbf669af216a132640
2021-10-22 09:43:15 -04:00
sdashmiz
848c47c95f
SWDEV-305946:add null pointer check
...
Signed-off-by: sdashmiz <shadi.dashmiz@amd.com >
Change-Id: I4e466dfd15123276537c47548fbdfb37c5c230df
2021-10-21 10:28:54 -04:00
Chauncey Hui
244328fb65
SWDEV-2 - Change OpenCL version number from 3380 to 3381
2021-10-21 03:00:05 -04:00
Satyanvesh Dittakavi
1da4bb21b9
SWDEV-305163 - Do not limit hipHostMalloc upto max GPU memory available
...
Change-Id: Iea934088bcbef6cbd5c3f9f97767042fcaf71062
2021-10-20 01:33:44 -04:00
Sarbojit Sarkar
9e4766d990
SWDEV-292547 - Fix for hipStreamPerThread
...
Change-Id: I9328c7ec92d954433f8e69732d91e65fa6fe013a
2021-10-19 23:26:48 -04:00
kjayapra-amd
4c8b32b13c
SWDEV-232903 - Change pattern64 to uint64_t from size_t to handle 32 bit machines.
...
Change-Id: I423cd14d145556544563027931562d7b8bf9442d
2021-10-18 14:31:09 -04:00
cjatin
9caaa6f492
SWDEV-306643 - add align and launch bounds for hiprtc
...
Change-Id: Id178230eeeec94a8678e96474c35376d5427599a
2021-10-17 17:07:04 -04:00
cjatin
969f31da65
SWDEV-303745 - Add new path of clangrt lib
...
Change-Id: I07fd48d3b72bad6f356976972fef0b20c487a53e
2021-10-17 17:06:32 -04:00
Chauncey Hui
61f176cee6
SWDEV-2 - Change OpenCL version number from 3379 to 3380
2021-10-16 03:00:05 -04:00
Alex Xie
ea48fc029b
SWDEV-306854 - Observed conformance subtest SVM failure
...
Revert "SWDEV-292408 - Keep tracking of subbuffers for multiple devices"
Change-Id: I604e9b49368fa1f143302fddda674c18d7351108
2021-10-15 09:28:06 -04:00
Chauncey Hui
3e75cd150e
SWDEV-2 - Change OpenCL version number from 3378 to 3379
2021-10-15 03:00:05 -04:00
kjayapra-amd
5a33a15c42
SWDEV-232903 - Adding string to guarantee message, which is required on windows.
...
Change-Id: I86d3d53126aa4baa1ffc27295e4f908ac7028551
2021-10-14 15:17:25 -04:00
Bing Ma
02f939a40d
SWDEV-306602 - [SANITIZER_AMDGPU] Force copyBuffer to use ROCr functions when ASAN is ON
...
Change-Id: I04a4cdd5ab8c5543f2a0f08c139c45ac7aebe64a
2021-10-14 12:55:27 -04:00
Jason Tang
5c13f33da2
SWDEV-307023 - Fix cltrace build
...
Change-Id: I75fd953668dc576c3132ae463e34ecb4ae2fb0c7
2021-10-14 09:26:27 -04:00
Chauncey Hui
c9f73f8d31
SWDEV-2 - Change OpenCL version number from 3377 to 3378
2021-10-14 03:00:16 -04:00
kjayapra-amd
88ed58735d
SWDEV-232903 - Move hipmemset Dword optimization to ROCclr.
...
Change-Id: I3eae61720cbc6364f1aaac4865bfd8b6ded08097
2021-10-13 11:32:15 -04:00
kjayapra-amd
4d1195f0a7
SWDEV-232903 - Move hipmemset dword optimization into ROCclr.
...
Change-Id: I1af437de2771f6a48d06ce643ade6b79f551a55c
2021-10-13 11:32:00 -04:00
pghafari
5b6b2e6d2c
SWDEV-245531 - GLInterop: updating glEnv logic
...
Change-Id: I6103243c477547a6a2b714bbf836ce36abe84f8c
2021-10-13 09:26:52 -04:00
Chauncey Hui
52e57b660b
SWDEV-2 - Change OpenCL version number from 3376 to 3377
2021-10-13 03:00:07 -04:00
Jason Tang
55a0cf0b0c
SWDEV-306697 - Fix OCLGlobalOffset segfaults
...
If we don't create the __amd_rocclr_gwsInit kernel, we still want
to create the rest of the image related blit kernels.
Change-Id: I8bc4645f9f9116eeecbb8b22e981ac4d520f3121
2021-10-12 15:13:28 -04:00
pghafari
a525605e5c
SWDEV-245531 - GLInterop: exposing api for linux
...
Change-Id: I9aa12bf5b6463619d3d6cdaea85ffc18f50bb1ba
2021-10-11 12:21:14 -04:00
Sourabh Betigeri
641b1d3968
SWDEV-292525 - Add more parentheses to fix debug build failures
...
Change-Id: I91bb7e1f0f40b85dd908a532a77b11c9e7406019
2021-10-09 00:04:01 +00:00
Chauncey Hui
6d52cc286b
SWDEV-2 - Change OpenCL version number from 3375 to 3376
2021-10-08 03:00:05 -04:00
Sarbojit Sarkar
c06c9f7b93
SWDEV-306302 - Fix for OCLCreateImage test failure
...
Change-Id: I781504bd1ff599ed75c5ea730be03b71f69761b2
2021-10-07 19:52:58 +00:00
anusha GodavarthySurya
13ada9b193
SWDEV-24806 - Fix windows dk build
...
Change-Id: Iaa497c5736f300c71b63499fc218cfd7769d2e20
2021-10-07 10:05:17 -07:00
jujiang
90b0e8430a
SWDEV-306207 - clean up CL definition in ROCclr
...
Change-Id: I92e2c7c63ebddd119df390784e372ab2f42f3b0d
2021-10-07 11:45:43 -04:00
Chauncey Hui
be164ed9ba
SWDEV-2 - Change OpenCL version number from 3374 to 3375
2021-10-07 03:00:04 -04:00