Chauncey Hui
b6edbb6c2c
SWDEV-2 - Change OpenCL version number from 3574 to 3575
2023-03-11 03:00:05 -05:00
sdashmiz
ae631aaa32
SWDEV-377862 - kind does not show on dotprint
...
- for to/from symbols nodes the correct kind is not showing
Signed-off-by: sdashmiz <shadi.dashmiz@amd.com >
Change-Id: Idf203976b71fcca67b2dd989de0daba4d0554b6d
2023-03-10 16:39:07 -05:00
Sourabh Betigeri
ec8ab9b29c
SWDEV-385089 - Fixes hipGraphLaunch functionality accounting for the existence of MemFree node or already freed memory when the same graph is launched multiple times
...
Change-Id: I49beb49ad4e6db4a2dd5b8c8cc8ed11ff0e4e132
2023-03-09 21:10:13 -05:00
Ioannis Assiouras
a38296158c
SWDEV-373630 - Added input checks in hipOccupancy query functions.
...
Change-Id: I2b3e47a094acf5968e714bd853c4497995ef386b
2023-03-09 20:45:02 -05:00
Ioannis Assiouras
58e05898d1
SWDEV-386926 - Added check for correct node type in hipGraphMem[Alloc/Free]NodeGetParams
...
Change-Id: Ic8446210a683d1329391288d0ed99d835c5aa140
2023-03-09 20:05:28 -05:00
Ioannis Assiouras
9e1e3035ec
SWDEV-387383 - Changed error message in hipDevice[Get/Set]GraphMemAttribute to match cuda
...
Change-Id: I34a9f3d8572e004ae3d25ef25a4d404bea6d9597
2023-03-09 11:53:15 -05:00
Ioannis Assiouras
1d6c40b569
SWDEV-387173 - Added cuda mappings for hipGraphMemAttr* enums
...
Change-Id: Ie5485ec518c6d107901a429ac3614e22caa9196b
2023-03-09 08:08:06 -05:00
Saleel Kudchadker
dfefc97178
SWDEV-384658 - Optimize D2D memcpy
...
- Intra device memcpy does not need to perform host side synchronization
- Check alloc flags when determining memory type
Change-Id: Ieff28bd8d62756ffe82905354c4a91e9717e6bd4
2023-03-09 04:47:11 -05:00
Anusha GodavarthySurya
b689c56107
SWDEV-330658 - Added flag hipHostRegisterReadOnly
...
Change-Id: Idb59dc6187e99512546dfeafde44c08ae85f6057
2023-03-09 00:20:24 -05:00
Anusha GodavarthySurya
9b84e05427
SWDEV-386102 - Handle code object v5
...
Change-Id: I47b840f484d90ca7815fb9c8af959ceaac62cf70
2023-03-09 00:19:25 -05:00
jatang
94b1872628
SWDEV-386095 - Remove GL dependency from oclperf
...
Change-Id: Ie65e2b51af399e0816bb1f5283c8f2e7a330c730
2023-03-08 15:55:54 -05:00
jatang
409e2c4438
SWDEV-386844 - Find packages using the ROCM_INSTALL_PATH variable
...
Change-Id: Ia533bdd7fb904108142e1fe6033143e5a4f64a34
2023-03-08 09:45:08 -05:00
Chauncey Hui
f3b84edf55
SWDEV-2 - Change OpenCL version number from 3573 to 3574
2023-03-08 03:00:08 -05:00
victzhan
36cb8a995f
SWDEV-366419 - Fix incorrect uuid in fillDeviceInfo
...
Change-Id: I993e0e88b2d050fdadd46193435bb2f17d4874fc
2023-03-07 10:47:10 -05:00
Chauncey Hui
c7fdb3fa68
SWDEV-2 - Change OpenCL version number from 3572 to 3573
2023-03-07 03:00:07 -05:00
Saleel Kudchadker
8028d327e9
SWDEV-345213 - Use the right accessor
...
- Use correct accessor to fetch memory objects. This checks the svm map
and arena maps
Change-Id: I84515330bb530cfe2b39abf30e1e659938f06806
2023-03-06 19:35:40 -05:00
Ioannis Assiouras
5837d83e46
SWDEV-373630 - Added checks for invalid flags in hipOccupancy query functions
...
Change-Id: Ice1df4d3722354f40c8b02ba35ed122f9b2e2f2d
2023-03-06 15:10:07 -05:00
Xiaomeng Hou
35a0855e4e
SWDEV-373400 - Lower the threshold of single alloc percent for APUs w/ small VRAM
...
Change-Id: Ie8e3504a0c468bc44633991cdfde66bcf0b74f06
2023-03-06 10:12:01 -05:00
Jatin Chaudhary
7715b3b398
SWDEV-386435 - Add checks for memfree graph node
...
Change-Id: I8eab93046723f0fdc01f95e3bfb9071d84eb2e18
2023-03-03 04:33:49 -05:00
Anusha GodavarthySurya
a2785c68b2
SWDEV-366636 - Fix performance drop in TF-RCCL models
...
Change-Id: Ie04219daacc29654d0f47e1c15ed5cd78d88d8c8
2023-03-03 03:27:00 -05:00
jatang
a7f8964a20
SWDEV-384646 - Clean up clinfo includes
...
Change-Id: I7cc8a877fd7a61fea58331b5ca1792022df3194d
2023-03-02 16:03:52 -05:00
Ranjith Ramakrishnan
9a7b2d0a88
SWDEV-366831 - Use actual install path rather than using backward compatibility path
...
hip-config if invoked from backward compatibility path was providing package prefix directory as /opt/rocm-ver/hip.
Usage of backward compatibility path will result in error, since #warning messages are changed to #error
The change will provide the actual install path /opt/rocm-ver as package prefix directory
Change-Id: I4ac54a5ed9de01d5f40f456f20b76b60237b7d9e
2023-03-02 11:37:04 -05:00
Jason Tang
eb87d711ab
Merge "SWDEV-385312 - Move install path of rocm-ocltst to /opt/rocm/share/ocltst" into amd-staging
2023-03-02 10:15:30 -05:00
Anusha GodavarthySurya
705c56ed31
SWDEV-368521 - Return hipErrorNotSupported when Mipmap array create support is not available
...
Change-Id: I47acfa82ff3f58427b1f5fbb0d2f4aabfff0d6ec
2023-03-02 03:05:43 -05:00
Chauncey Hui
c2abac32c8
SWDEV-2 - Change OpenCL version number from 3571 to 3572
2023-03-02 03:00:10 -05:00
Jaydeep Patel
ad78c5c4a5
SWDEV-382553 - Remove use of useCopyHint.
...
Change-Id: I82eb5d7569a2a78d7709af9397d4f29c8274d781
2023-03-01 23:20:02 -05:00
jatang
b6bbcd8457
SWDEV-385312 - Move install path of rocm-ocltst to /opt/rocm/share/ocltst
...
Change-Id: Ic2d88b4b41a2bd8d08ffa0fcb72226e993c23a6d
2023-03-01 17:33:53 -05:00
Chauncey Hui
bc028e88f1
SWDEV-2 - Change OpenCL version number from 3570 to 3571
2023-03-01 15:47:05 -05:00
Satyanvesh Dittakavi
a8c2375fe1
SWDEV-384714 - Add hipRTC support for amd_hip_fp16
...
Change-Id: Ib6e2b46908d740909dfc15253965590f496a7068
2023-03-01 06:57:57 -05:00
Jatin Chaudhary
a7049bf7a0
SWDEV-372153 - Add hipStreamGetDevice Implementation
...
Change-Id: Ifd1f13e311e8221ca6d94cf27f9131eb97678067
2023-03-01 04:35:49 -05:00
Jaydeep Patel
57fa5938fe
SWDEV-383056 - Don't sync with dst device for hipMemcpyAsync.
...
Change-Id: I28530e6bd870d617507592576295fc9e7eed1475
2023-02-28 23:21:01 -05:00
Sourabh Betigeri
88dc5cd386
SWDEV-378778 - Returns with error logged when compiled for a diffferent gpu arch
...
Change-Id: I34fb03c4f76d08278246d29028db0eb21a7aa529
2023-02-28 15:59:59 -05:00
Sourabh Betigeri
08c8972d97
SWDEV-326798 - Revert "SWDEV-326798 - Changes in stream sync behavior"
...
This reverts commit 51adec2730 .
Reason for revert: HIP tests on windows fails
Change-Id: I795ed19d76a41e2fd9971414cefa5bd3be45d4bc
2023-02-28 02:28:12 -05:00
Sourabh Betigeri
51adec2730
SWDEV-326798 - Changes in stream sync behavior
...
Change-Id: If6d0b3876a9bf197c7e49273eaa5ca5bfae46d0b
2023-02-27 16:48:14 -05:00
sdashmiz
a69db9b426
SWDEV-382838 - inetrmittent failure
...
- test fails intermittently because object is not cleared correctly
Signed-off-by: sdashmiz <shadi.dashmiz@amd.com >
Change-Id: I88daf3dc08bb83d6d3f047ff48a63c8f856fb0bf
2023-02-27 16:23:04 -05:00
Saleel Kudchadker
d429314b21
SWDEV-380035 - Do not create Arena Memobj for pinned memory
...
Change-Id: I4da281f0b7139efb4bb46b47f812358a0212445a
2023-02-24 12:31:25 -08:00
pghafari
58001ae995
SWDEV-366515 - adding HIP_AD_FORMAT_SIGNED_INT16
...
Change-Id: I084d7b093049093ea032372593711f6dc0964af8
2023-02-24 12:39:13 -05:00
Ioannis Assiouras
06927fd3c1
SWDEV-381402 - Remove unused getNullStream() from device. Make stream destructor private.
...
Change-Id: Idde30a8bfe97a525bd9f9fb50698a5cb14b798fc
2023-02-24 10:42:46 +00:00
sdashmiz
ea5838320e
SWDEV-379388 - remove check for all streams done
...
- cuda shows a different behaviour and different error need more
investigation
Signed-off-by: sdashmiz <shadi.dashmiz@amd.com >
Change-Id: I68771102ba4dff6157bca34a4135cb245f023d08
2023-02-23 22:56:23 -05:00
Julia Jiang
effb58e076
SWDEV-383839 - fix oclperf test failures on MI300
...
Change-Id: I789dad08f875d16eeb4d60dc60379d4ee4158904
2023-02-23 18:29:36 -05:00
German Andryeyev
314bdba632
SWDEV-353281 - Add support for MemPool in graphs
...
Implement hipDeviceGetGraphMemAttribute, hipDeviceSetGraphMemAttribute
and hipDeviceGraphMemTrim
Change-Id: I4f8fc1250ce1e8b7636d43d59ba7343158e45088
2023-02-23 12:49:53 -05:00
Ioannis Assiouras
2e9f6fb49b
SWDEV-385050 - Fixed possible invalid queue access from kernelCommand::releaseResources
...
Change-Id: I7c5d99987cb7ab4fa0aa634f2bb6a4d60331b3af
2023-02-23 16:39:27 +00:00
Sarbojit Sarkar
d0920c5959
SWDEV-293749 - Fix for operator mixup
...
Change-Id: I61d1fea5a6ed2176dd92050c6d96cee1af3a39fb
2023-02-23 04:45:23 -05:00
Anusha GodavarthySurya
32a9249d3e
SWDEV-345571 - Added support for half/half2 data types for warp shuffle functions
...
Change-Id: I276a55129d6527b73292d75eb18403acd2623c8a
2023-02-22 22:40:01 -05:00
Saleel Kudchadker
7fc5ae2226
SWDEV-364604 - Add support for hipEventDisableSystemFence
...
Change-Id: I1a6451c873fb22729ac61e4e80f8531251e990f0
2023-02-21 23:11:40 -05:00
pghafari
c221406681
SWDEV-366520 - DLL_PROCESS_DETACH update
...
making sure the current thread is not null before calling ihipDestroyDevice
Change-Id: Ib75e3f9ee1c4e0065986e3fed1065907220f4379
2023-02-21 23:02:24 -05:00
Jaydeep Patel
f364ab7680
SWDEV-383397 - Set large bar false for windows.
...
Change-Id: Iaef70e477afab7ca8694aa55d1f704e769e24ed9
2023-02-21 22:18:58 -05:00
Jaydeep Patel
0ad47eb3e5
SWDEV-319526 - SE ID size incresed.
...
Change-Id: Ia7df94d172102b321f12c8caa821e3a7e4447a21
2023-02-21 22:13:57 -05:00
Saleel Kudchadker
3e603d986a
SWDEV-364604 - Add ROCclr support for hipEventDisableSystemFence
...
Change-Id: I6127b432a8759359359a1890fda85bc401be6a56
2023-02-21 19:07:35 -05:00
Jaydeep Patel
4830dd168c
SWDEV-382664 - Remove WaveLimiter init
...
The wavelimiter init was unintentionally added in one change.
It wasn't supposed to perform any logic, since LC doesn't support it and
the number of waves can be overwritten only with an environment variable.
Change-Id: I447bd1ad685800f874b6a6fb7409dc67e43640ff
2023-02-21 18:12:08 -05:00