Tao Sang
f970a1be0f
SWDEV-306947 Enable hipAddressModeBorder
...
Enable hipAddressModeBorder.
Fix default of height of hipMallocArray().
Some code improvement.
Change-Id: I57045118e7adf915074c547cbe76349a4cfd72d8
[ROCm/clr commit: 17cc99c05d ]
2021-10-27 10:05:53 -04:00
Alex Xie
d84cde7888
SWDEV-308726 - OCL WIN - Conformance SVM Test failing
...
SVM mapping should not use direct mapping in Windows PAL
Change-Id: I005115bdce6ef99f471bb08fa8d042fa644587a6
[ROCm/clr commit: fa73e0cfcc ]
2021-10-27 03:20:47 -04:00
Chauncey Hui
aeb2e28f75
SWDEV-2 - Change OpenCL version number from 3382 to 3383
...
[ROCm/clr commit: 5ad666093a ]
2021-10-27 03:00:04 -04:00
cjatin
fd4bf2864b
SWDEV-303745 - SWDEV-307757 - SWDEV-308024 - SWDEV-308834 - Find clangrt lib using find_library
...
Change-Id: Ia311e9f10c59f21c271e83f09fa84eb65e95105a
[ROCm/clr commit: aef1250a41 ]
2021-10-27 02:08:42 -04:00
German Andryeyev
d8201bc1ce
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
[ROCm/clr commit: f78b3a8919 ]
2021-10-26 16:31:37 -04:00
anusha GodavarthySurya
81fa107364
SWDEV-307915 - hipHccModuleLaunchKernel correct event timing
...
Change-Id: I397a3d6cf0cf8639666befb9ed7a357c6753741c
[ROCm/clr commit: 8d30df5ccf ]
2021-10-25 21:46:46 -07:00
anusha GodavarthySurya
ad0dc7dd0e
SWDEV-307642 - Fix memcpy directed tests failure
...
Change-Id: I7a835a5a519b35fcda813c2acc1ac3cf5d0b5f23
[ROCm/clr commit: 63c6799130 ]
2021-10-26 00:15:11 -04:00
German Andryeyev
cfed4577c0
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
[ROCm/clr commit: 981508b2af ]
2021-10-25 16:56:37 -04:00
Jason Tang
267c4fbc62
SWDEV-301289 - Enable building and installing ocltst on Windows
...
Change-Id: I512dbcb96dd6a7c52a5ebad819043fdd0138215d
[ROCm/clr commit: b1e9a4227c ]
2021-10-25 14:10:15 -04:00
Sarbojit Sarkar
2e1ec62950
SWDEV-306773 - Pal fix for 2D/3D memset
...
Change-Id: Id705e9292e17621ea70e283d7494212809456e27
[ROCm/clr commit: c218022296 ]
2021-10-25 00:37:18 -04:00
Chauncey Hui
41c6814044
SWDEV-2 - Change OpenCL version number from 3381 to 3382
...
[ROCm/clr commit: 44c479b65f ]
2021-10-23 03:00:05 -04:00
Ajay
fa7ff8bb08
SWDEV-296926 - hipamd cmake file change to build hip/src
...
Change-Id: Ie40a8250a7843f174b322f3e179835961f4e7cac
[ROCm/clr commit: 5f254dc780 ]
2021-10-22 12:57:51 -04:00
Freddy Paul
f47076699b
hip:Fix post install script syntax error.
...
SWDEV-308166: /opt/rocm softlink not created when installing
selective hip packages
Change-Id: Id9c70f5f4edc01fdbb1d06563cab1503e94542ea
[ROCm/clr commit: 45e94f4c2e ]
2021-10-22 10:44:32 -04:00
Jason Tang
c9fa41e3c6
SWDEV-292525 - Fix -Werror=parentheses build failure
...
Change-Id: I2650413914914392df68a9fbf669af216a132640
[ROCm/clr commit: f61dc18681 ]
2021-10-22 09:43:15 -04:00
sdashmiz
e2391f7ed3
SWDEV-305946:add null pointer check
...
Signed-off-by: sdashmiz <shadi.dashmiz@amd.com >
Change-Id: I4e466dfd15123276537c47548fbdfb37c5c230df
[ROCm/clr commit: 848c47c95f ]
2021-10-21 10:28:54 -04:00
Chauncey Hui
ec09328442
SWDEV-2 - Change OpenCL version number from 3380 to 3381
...
[ROCm/clr commit: 244328fb65 ]
2021-10-21 03:00:05 -04:00
Satyanvesh Dittakavi
933df7235b
SWDEV-305163 - Do not limit hipHostMalloc upto max GPU memory available
...
Change-Id: Iea934088bcbef6cbd5c3f9f97767042fcaf71062
[ROCm/clr commit: 1da4bb21b9 ]
2021-10-20 01:33:44 -04:00
Sarbojit Sarkar
ecde1f5b96
SWDEV-292547 - Fix for hipStreamPerThread
...
Change-Id: I9328c7ec92d954433f8e69732d91e65fa6fe013a
[ROCm/clr commit: 9e4766d990 ]
2021-10-19 23:26:48 -04:00
kjayapra-amd
9f68891f68
SWDEV-232903 - Change pattern64 to uint64_t from size_t to handle 32 bit machines.
...
Change-Id: I423cd14d145556544563027931562d7b8bf9442d
[ROCm/clr commit: 4c8b32b13c ]
2021-10-18 14:31:09 -04:00
cjatin
fa0694e90f
SWDEV-306643 - add align and launch bounds for hiprtc
...
Change-Id: Id178230eeeec94a8678e96474c35376d5427599a
[ROCm/clr commit: 9caaa6f492 ]
2021-10-17 17:07:04 -04:00
cjatin
b990308648
SWDEV-303745 - Add new path of clangrt lib
...
Change-Id: I07fd48d3b72bad6f356976972fef0b20c487a53e
[ROCm/clr commit: 969f31da65 ]
2021-10-17 17:06:32 -04:00
Chauncey Hui
d26d92bff4
SWDEV-2 - Change OpenCL version number from 3379 to 3380
...
[ROCm/clr commit: 61f176cee6 ]
2021-10-16 03:00:05 -04:00
Alex Xie
e5816ea048
SWDEV-306854 - Observed conformance subtest SVM failure
...
Revert "SWDEV-292408 - Keep tracking of subbuffers for multiple devices"
Change-Id: I604e9b49368fa1f143302fddda674c18d7351108
[ROCm/clr commit: ea48fc029b ]
2021-10-15 09:28:06 -04:00
Chauncey Hui
b14a42302f
SWDEV-2 - Change OpenCL version number from 3378 to 3379
...
[ROCm/clr commit: 3e75cd150e ]
2021-10-15 03:00:05 -04:00
kjayapra-amd
f7053598c5
SWDEV-232903 - Adding string to guarantee message, which is required on windows.
...
Change-Id: I86d3d53126aa4baa1ffc27295e4f908ac7028551
[ROCm/clr commit: 5a33a15c42 ]
2021-10-14 15:17:25 -04:00
Bing Ma
213b5dffd1
SWDEV-306602 - [SANITIZER_AMDGPU] Force copyBuffer to use ROCr functions when ASAN is ON
...
Change-Id: I04a4cdd5ab8c5543f2a0f08c139c45ac7aebe64a
[ROCm/clr commit: 02f939a40d ]
2021-10-14 12:55:27 -04:00
Jason Tang
2590bfd491
SWDEV-307023 - Fix cltrace build
...
Change-Id: I75fd953668dc576c3132ae463e34ecb4ae2fb0c7
[ROCm/clr commit: 5c13f33da2 ]
2021-10-14 09:26:27 -04:00
Chauncey Hui
c22c59c4a4
SWDEV-2 - Change OpenCL version number from 3377 to 3378
...
[ROCm/clr commit: c9f73f8d31 ]
2021-10-14 03:00:16 -04:00
kjayapra-amd
6f62f832cb
SWDEV-232903 - Move hipmemset Dword optimization to ROCclr.
...
Change-Id: I3eae61720cbc6364f1aaac4865bfd8b6ded08097
[ROCm/clr commit: 88ed58735d ]
2021-10-13 11:32:15 -04:00
kjayapra-amd
7c4dfc27a7
SWDEV-232903 - Move hipmemset dword optimization into ROCclr.
...
Change-Id: I1af437de2771f6a48d06ce643ade6b79f551a55c
[ROCm/clr commit: 4d1195f0a7 ]
2021-10-13 11:32:00 -04:00
pghafari
6cb3ef5d42
SWDEV-245531 - GLInterop: updating glEnv logic
...
Change-Id: I6103243c477547a6a2b714bbf836ce36abe84f8c
[ROCm/clr commit: 5b6b2e6d2c ]
2021-10-13 09:26:52 -04:00
Chauncey Hui
25b7f971e6
SWDEV-2 - Change OpenCL version number from 3376 to 3377
...
[ROCm/clr commit: 52e57b660b ]
2021-10-13 03:00:07 -04:00
Jason Tang
e4db6ef66a
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
[ROCm/clr commit: 55a0cf0b0c ]
2021-10-12 15:13:28 -04:00
pghafari
b6ab3bbc80
SWDEV-245531 - GLInterop: exposing api for linux
...
Change-Id: I9aa12bf5b6463619d3d6cdaea85ffc18f50bb1ba
[ROCm/clr commit: a525605e5c ]
2021-10-11 12:21:14 -04:00
Sourabh Betigeri
ce4329aca7
SWDEV-292525 - Add more parentheses to fix debug build failures
...
Change-Id: I91bb7e1f0f40b85dd908a532a77b11c9e7406019
[ROCm/clr commit: 641b1d3968 ]
2021-10-09 00:04:01 +00:00
Chauncey Hui
656850e36c
SWDEV-2 - Change OpenCL version number from 3375 to 3376
...
[ROCm/clr commit: 6d52cc286b ]
2021-10-08 03:00:05 -04:00
Sarbojit Sarkar
548bcfb23b
SWDEV-306302 - Fix for OCLCreateImage test failure
...
Change-Id: I781504bd1ff599ed75c5ea730be03b71f69761b2
[ROCm/clr commit: c06c9f7b93 ]
2021-10-07 19:52:58 +00:00
anusha GodavarthySurya
9327ed2617
SWDEV-24806 - Fix windows dk build
...
Change-Id: Iaa497c5736f300c71b63499fc218cfd7769d2e20
[ROCm/clr commit: 13ada9b193 ]
2021-10-07 10:05:17 -07:00
jujiang
7efd69cecd
SWDEV-306207 - clean up CL definition in ROCclr
...
Change-Id: I92e2c7c63ebddd119df390784e372ab2f42f3b0d
[ROCm/clr commit: 90b0e8430a ]
2021-10-07 11:45:43 -04:00
Chauncey Hui
e0cdac64e3
SWDEV-2 - Change OpenCL version number from 3374 to 3375
...
[ROCm/clr commit: be164ed9ba ]
2021-10-07 03:00:04 -04:00
anusha GodavarthySurya
26e317f519
SWDEV-24806 - Fix windows dk build
...
Change-Id: Ie309da9dbbf5037510ec7e6913a711ea631d3df8
[ROCm/clr commit: 3a5c80386d ]
2021-10-06 22:52:44 -07:00
anusha GodavarthySurya
341a97fe6e
SWDEV-24806 - Fix compilation warning
...
Change-Id: I6d015b0349e01047f8f26a8d73365e2963990eb0
[ROCm/clr commit: f4bdb5c6ff ]
2021-10-06 22:09:17 -07:00
pghafari
d0cb0062a0
SWDEV-245531 - GLInterop: removing GL dependency
...
Change-Id: Ie8d794fff9518704d008b71c4d108fb01ea3fcb5
[ROCm/clr commit: c5acbf2685 ]
2021-10-06 16:53:49 -04:00
Sourabh Betigeri
2f2dafa732
SWDEV-292525 - Adds parentheses to fix regression
...
Debug builds fails with error due to missing
parentheses with -Werror=parentheses enabled
Change-Id: I5745a63b5cf2c7a3aeed90ea572081a6fa67e366
[ROCm/clr commit: 5e116c6c99 ]
2021-10-06 13:38:55 -04:00
German Andryeyev
51f7944fcb
SWDEV-303567 - Increase the size of AQL queue
...
ROC_AQL_QUEUE_SIZE will control the size of AQL queue.
The current sefault value is 4096.
Change-Id: Icd2a4ee3ba554c06aa05b08defd922d2c63e43fd
[ROCm/clr commit: 7fe696b6ef ]
2021-10-06 08:27:36 -04:00
anusha GodavarthySurya
20e5aace05
SWDEV-24806 - Added support for event wait and event record graph APIs
...
hip graph implementation for APIs AddEventRecordNode, AddEventWaitNode, EventRecordNodeGetEvent, EventWaitNodeGetEvent, EventRecordNodeSetEvent,EventWaitNodeSetEvent, ExecEventRecordNodeSetEvent, ExecEventWaitNodeSetEvent
Change-Id: Ifde51f4591067795d6cbf5595372cbdbd8a7bc26
[ROCm/clr commit: f6456c5e27 ]
2021-10-06 00:31:42 -07:00
Chauncey Hui
914b777a95
SWDEV-2 - Change OpenCL version number from 3373 to 3374
...
[ROCm/clr commit: 8c7ba7e3e7 ]
2021-10-06 03:00:04 -04:00
anusha GodavarthySurya
be487b261b
SWDEV-24806 - Added support for memcpy related graph APIs
...
hipGraphMemcpyNodeSetParams1D, hipGraphExecMemcpyNodeSetParams1D, hipGraphExecMemcpyNodeSetParams, hipGraphAddMemcpyNodeFromSymbol, hipGraphMemcpyNodeSetParamsFromSymbol, hipGraphExecMemcpyNodeSetParamsFromSymbol, hipGraphAddMemcpyNodeToSymbol, hipGraphMemcpyNodeSetParamsToSymbol, hipGraphExecMemcpyNodeSetParamsToSymbol
Change-Id: I6896144f340867d938aa1777880c78c46ca6f893
[ROCm/clr commit: c4eda85835 ]
2021-10-05 22:43:49 -07:00
anusha GodavarthySurya
d3424a31ac
SWDEV-240806 - Fix windows build remove unused symbols
...
Change-Id: I27524f2f0700ed5a9b78d46fbc8a19a516c46ad1
[ROCm/clr commit: a62b6110db ]
2021-10-05 21:10:44 -07:00
kjayapra-amd
cfb15c6c5d
SWDEV-294420 - Ignore Image blit kernels if image instructions are not supported.
...
Change-Id: I145172672b0b032aa722649b0c4ca9267e3e5c85
[ROCm/clr commit: 7413b7f79b ]
2021-10-05 18:12:44 -04:00