Chauncey Hui
4dfde8b499
SWDEV-2 - Change OpenCL version number from 3498 to 3499
2022-08-29 03:00:09 -04:00
Sarbojit Sarkar
c72a396c1f
SWDEV-343921 - Updating default stack size for OpenCl tasks
...
Change-Id: I37cdd8808dddaa7ac0544b76d18de64b27e443bd
2022-08-26 04:57:00 -04:00
Chauncey Hui
2e2b57d806
SWDEV-2 - Change OpenCL version number from 3497 to 3498
2022-08-26 03:00:07 -04:00
Alex (Bin) Xie
35919d1760
SWDEV-352193 - OpenCL needs to remove build dependency on UGL/ORCA
...
Change-Id: I45c615ee0ec339c1694ac0bc122dab7fce959d59
2022-08-25 10:01:53 -04:00
Chauncey Hui
f0387ab320
SWDEV-2 - Change OpenCL version number from 3496 to 3497
2022-08-25 03:00:06 -04:00
jie1zhan
2aa7e5819f
SWDEV-352127 - Fix clinfo issue, add new asic id
...
Change-Id: Idc6ff6fe647878f32f8dbb0613cbb879ea21ecdf
2022-08-25 08:23:21 +08:00
German
24f5362296
SWDEV-349794 - Fix time accumulation
...
If the execution command had a split into multiple HW operations, then runtime has to accumulate time for all operations
Change-Id: Iaba31e96250918d8190bf63adb4c07730fdfefbf
2022-08-24 09:53:54 -04:00
Chauncey Hui
2733344689
SWDEV-2 - Change OpenCL version number from 3495 to 3496
2022-08-24 03:00:06 -04:00
Jason Tang
d92b3a2d90
SWDEV-333471 - Add GPU_FORCE_QUEUE_PROFILING
...
To support both hip and ocl. HIP_FORCE_QUEUE_PROFILING will be replaced with this later on.
Change-Id: I6d3514b1568ff049584ed9fd74bbdb3e4f4bf0c3
2022-08-19 10:51:41 -04:00
Chauncey Hui
cf8f947f2f
SWDEV-2 - Change OpenCL version number from 3494 to 3495
2022-08-19 03:00:07 -04:00
Satyanvesh Dittakavi
64c1c4757f
SWDEV-336448 - Support loading comgr versioned dll
...
Change-Id: I03283fc2a200d778c5efa43e509624bba9ce0541
2022-08-19 00:38:19 -04:00
sdashmiz
50e0ddb055
SWDEV-350569 - add proper indexing for attribute
...
- rocr attribute needs to be updated after each iteration
Signed-off-by: sdashmiz <shadi.dashmiz@amd.com >
Change-Id: I3afb2d7954ef3de37f5f5f9d3cc7757fdacffcec
2022-08-18 09:59:42 -04:00
Chauncey Hui
4f6ecae248
SWDEV-2 - Change OpenCL version number from 3493 to 3494
2022-08-18 03:00:06 -04:00
Alex Xie
aafa057c9a
SWDEV-351337 - Add new asic id
...
Change-Id: Ie07f7a6b9a4bb797124e6644c91fb62ba014cf6b
2022-08-12 13:14:06 -04:00
Chauncey Hui
bc301d0937
SWDEV-2 - Change OpenCL version number from 3492 to 3493
2022-08-12 03:00:07 -04:00
Maneesh Gupta
289062682a
SWDEV-350289 - Fix build warnings due to file re-org
...
Change-Id: I0066fa163b9f25fdde4c5b3baed1ef0654390c06
2022-08-10 03:05:56 -04:00
Chauncey Hui
d9776dc730
SWDEV-2 - Change OpenCL version number from 3491 to 3492
2022-08-10 03:00:05 -04:00
Sarbojit Sarkar
a28b22d9b4
SWDEV-344210 - Fixed page fault when mempool accessed from remote device
...
Change-Id: Ie41b0c0499f7733d4541ccd50b3d0d976c6431c9
2022-08-09 23:26:27 -04:00
Chauncey Hui
1afcf53133
SWDEV-2 - Change OpenCL version number from 3490 to 3491
2022-08-06 03:00:07 -04:00
Anusha Godavarthy Surya
73021582d3
SWDEV-299940 - Query global memory available on device with HSA attribute HSA_AMD_AGENT_INFO_MEMORY_AVAIL
...
Change-Id: Ifcfb95f59d110b3b037a7131be21d5348601d2e2
2022-08-05 06:55:12 -04:00
Chauncey Hui
c905dfd37e
SWDEV-2 - Change OpenCL version number from 3489 to 3490
2022-08-04 03:00:05 -04:00
Sarbojit Sarkar
27a08a132f
SWDEV-343921 - added Max stack size
...
Change-Id: I5c1a088e05215ca951afc9d92f8d298c5e3a65f1
2022-08-02 07:13:18 -04:00
Chauncey Hui
2eeb00ba8a
SWDEV-2 - Change OpenCL version number from 3488 to 3489
2022-07-30 03:00:06 -04:00
Anusha Godavarthy Surya
7b1c6d06d5
SWDEV-345683 - Fix HIP out of memory
...
If for every eventRecord handler is not submitted,
memory is not getting released during hipFree and leads to OOM.
Change-Id: I19b61a0c523502e9e1a3564ce8b791f3e2cea02c
2022-07-28 07:36:38 -04:00
Chauncey Hui
2e98e163a6
SWDEV-2 - Change OpenCL version number from 3487 to 3488
2022-07-28 03:00:08 -04:00
Jaydeep Patel
efedf08327
SWDEV-329516 - Don't clear error if setKernels returns false.
...
Change-Id: I75f69bcdf01bad63a9273dc37afd69644f6b3b22
2022-07-27 06:01:00 +00:00
Chauncey Hui
31468d0426
SWDEV-2 - Change OpenCL version number from 3486 to 3487
2022-07-26 03:00:08 -04:00
Ajay
8b89c05e2f
SWDEV-317716 - Win: hipDeviceGetUuid return default uuid for pal device
...
Change-Id: Id102b54c78f031a8e7cc5ab5223cef9a0914d4fd
2022-07-21 00:03:33 +00:00
Chauncey Hui
f8627e6121
SWDEV-2 - Change OpenCL version number from 3485 to 3486
2022-07-15 03:02:41 -04:00
sdashmiz
e176e27bf7
SWDEV-334233 - add support for p2p in windows
...
Signed-off-by: sdashmiz <shadi.dashmiz@amd.com >
Change-Id: I9109120b5444c400e65cfff869cb36e876ffd1fc
2022-07-14 15:07:33 -04:00
Chauncey Hui
782e0f2a8d
SWDEV-2 - Change OpenCL version number from 3484 to 3485
2022-07-14 03:00:05 -04:00
Maneesh Gupta
959ba793db
SWDEV-286739 - VDI needs ROCr 1.6+
...
Change-Id: I5774563edf001eed2994e92713630adbfb75c489
2022-07-13 04:15:32 -04:00
Chauncey Hui
39fa4aae1f
SWDEV-2 - Change OpenCL version number from 3483 to 3484
2022-07-13 03:00:06 -04:00
Saleel Kudchadker
6a77f73050
SWDEV-301667 - Increase kern arg pool
...
Change-Id: Ie4b087ae4aec08fccaaa7958cdf545e4e27ac5c1
2022-07-12 18:42:29 -04:00
Tao Sang
1e26165cd0
SWDEV-286739 - Support hipDeviceAttributeWallClockRate
...
Part 1: Query constant frequence of wall clock from RocR
Change-Id: I52cbba6d67d11cde6d019c5ab530059f426a9bf2
2022-07-12 17:53:11 -04:00
Saleel Kudchadker
175ad024d3
SWDEV-260345 - Manage constant buffer for blit
...
- Leverage managed buffer that would use chunks for fill pattern. Use a
different chunk for the next fill to avoid wait
Change-Id: I254483c867e112f66564ffd8f55e0a605d8896c9
2022-07-12 12:41:02 -04:00
Chauncey Hui
46b9430a4e
SWDEV-2 - Change OpenCL version number from 3482 to 3483
2022-07-12 03:00:04 -04:00
Rakesh Roy
13ede1a17e
SWDEV-344168 - Fix hipMemsetAsync API crash
...
- Make sure head_size is not crossing fill_size
- Head size, aligned size & tail size together cannot cross fill size
Change-Id: Ie7845d748e3698b245876b43c9e626d7ea7154f7
2022-07-11 00:10:17 -04:00
Chauncey Hui
66dfe5b37a
SWDEV-2 - Change OpenCL version number from 3481 to 3482
2022-07-09 03:00:06 -04:00
Saleel Kudchadker
faaa41aab8
SWDEV-335626 - Use ROCr copy for IPC
...
Detect IPC buffer and use ROCr copy api instead of blit
Change-Id: Ie6bdd6fc45dbd7457611011d81570b53d5fd5276
2022-07-08 13:32:19 -04:00
Chauncey Hui
a3d1645080
SWDEV-2 - Change OpenCL version number from 3480 to 3481
2022-07-08 03:00:06 -04:00
German Andryeyev
9e74f1c7f8
SWDEV-329789 - Avoid a race condition with the last command
...
Runtime can reset the last command only if it didn't change
since the query at the beginning of finish()
Change-Id: I629f2d788e9bbaa17ca4e96b1a753f8131e32463
2022-07-07 10:17:07 -04:00
Chauncey Hui
a4206feda3
SWDEV-2 - Change OpenCL version number from 3479 to 3480
2022-07-07 03:00:05 -04:00
kjayapra-amd
e2b49690f2
SWDEV-344950 - Enable gfx1100 and gfx1102 on ROCm backend.
...
Change-Id: Ic559a804e6d504b73a7cea4aba086790956ee018
2022-07-05 20:25:42 -07:00
Chauncey Hui
0e461935ac
SWDEV-2 - Change OpenCL version number from 3478 to 3479
2022-07-01 03:00:07 -04:00
German Andryeyev
6844b8c7e0
SWDEV-340703 - Use different status value for the callback event
...
Change-Id: Ida725df53abfbf348b18e24c19edf011dc9192dd
2022-06-30 11:03:02 -04:00
German Andryeyev
d8e4a289b3
SWDEV-344280 - Use coarse grain sysmem for kernel arg on MI200
...
Change-Id: I9596f0e8b88699538ec271b3a4345e5f75b968e3
2022-06-29 13:04:46 -04:00
Chauncey Hui
942c4b3547
SWDEV-2 - Change OpenCL version number from 3477 to 3478
2022-06-28 03:00:05 -04:00
Christophe Paquot
4aecc29bf0
SWDEV-322620 - Virtual Memory Management
...
Expose VM granularity
Change-Id: Ia6af99843ca957f1139fd369e46e09a6c346da46
2022-06-27 13:07:43 -07:00
Chauncey Hui
774c05eeb1
SWDEV-2 - Change OpenCL version number from 3476 to 3477
2022-06-25 03:00:06 -04:00