Chauncey Hui
8ed7dcdd03
SWDEV-2 - Change OpenCL version number from 3564 to 3565
...
[ROCm/clr commit: 202b6c0f16 ]
2023-02-01 03:00:07 -05:00
sdashmiz
a081bdd157
SWDEV-361623 - correct remove edge behaviour
...
- remove node dependency before checking parents
- reduce edge level acording to new value of node
Signed-off-by: sdashmiz <shadi.dashmiz@amd.com >
Change-Id: Id4bff1684f7e0b42beeebc4d2e009bfdb507fb5f
[ROCm/clr commit: 34d087da93 ]
2023-01-31 12:48:59 -05:00
David Yat Sin
904d3fd3ba
SWDEV-380258 - Fix invalid iterator after erase
...
Fix rare segfault due to invalid iterator after erase
Change-Id: Id5b54d6cf10075deff0d613fec12af249c6c55a3
[ROCm/clr commit: 08d72c4f98 ]
2023-01-31 17:46:15 +00:00
German
f857dcc48d
SWDEV-352197 - Destroy virtual device in thread destructor
...
Windows kills threads on exit without any notification. However,
runtime can still destroy VirtualGPU object from the host thread with
HostQueue destruction.
This change also forces RGP trace transfer on the last capture without
any delays.
Change-Id: I768e87e99e1d23a021e63c12f36e450817743759
[ROCm/clr commit: ad33a021cb ]
2023-01-31 10:53:48 -05:00
Chauncey Hui
9eeb99a842
SWDEV-2 - Change OpenCL version number from 3563 to 3564
...
[ROCm/clr commit: 054ab2d4ae ]
2023-01-31 03:00:08 -05:00
Rahul Garg
b02b0b13f0
SWDEV-379678 - Remove catch build option
...
Change-Id: Idedf5e61da1e6c7fbdd9a65e57220875a3b24112
[ROCm/clr commit: 118e7144f8 ]
2023-01-30 11:04:03 -05:00
sdashmiz
aaf82fb91b
SWDEV-374368 - dependency list should not have duplicate
...
Signed-off-by: sdashmiz <shadi.dashmiz@amd.com >
Change-Id: I67e1c8203f10916b98408e2004e6c64e96b1933b
[ROCm/clr commit: b251c8fdb2 ]
2023-01-30 10:28:35 -05:00
sdashmiz
483f22536f
SWDEV-374389 - correct update dependency behaviour
...
- nodes should belong to graph
- num of passed dependency cant be larger than graph nodes
Signed-off-by: sdashmiz <shadi.dashmiz@amd.com >
Change-Id: Ia6f2283546bc44edee705b0483bfe506b7b1177a
[ROCm/clr commit: 23edcd3e23 ]
2023-01-30 10:05:52 -05:00
Sourabh Betigeri
ceca882cf3
SWDEV-340649 - Removes calls to commitMemory in hmm path
...
Change-Id: I8d381b4c3f5cf95628487e0d10ae643443c9709d
[ROCm/clr commit: 2388f61705 ]
2023-01-27 13:15:23 -05:00
Chauncey Hui
7f9ec8bdc5
SWDEV-2 - Change OpenCL version number from 3562 to 3563
...
[ROCm/clr commit: e3aa7a5b3d ]
2023-01-27 03:00:07 -05:00
victzhan
33d3101cf6
SWDEV-345751 - Added parameter check for clEnqueueWriteImage
...
Change-Id: I9606ea1c3698d009f23b7da673c02fa05b009dbc
[ROCm/clr commit: 96cd9f7b76 ]
2023-01-26 16:49:56 -05:00
Victor Zhang
3a2d258194
Merge "SWDEV-110636 - added if statement so that output of clBuildProgram follows opencl specification" into amd-staging
...
[ROCm/clr commit: a1beaf54a6 ]
2023-01-26 16:25:11 -05:00
Ajay GunaShekar
01fe2ea09e
SWDEV-372757 - Don't destroy null queue in MT
...
This reverts commit 3afbe3a155 .
Reason for revert: patch does not fix all stream hangs. So another patch was merged which fixes all issues.
Change-Id: I332d1ea29c23747b46b7667fe3e34e0ceefd2b23
[ROCm/clr commit: 1f4176062b ]
2023-01-25 23:41:16 -05:00
jatang
50e98ee028
SWDEV-373395 - Check CL_DEVICE_IMAGE_SUPPORT for ocltst image related tests
...
Change-Id: Iffa2be3d2ddeeb9baad108530dcaf69c4cbd984b
[ROCm/clr commit: 49c76fa04f ]
2023-01-25 17:43:06 -05:00
Jiabao Xie
7b13a338ac
SWDEV-366886 - Revert "SWDEV-366886 - force svm alloc for rocm"
...
This reverts commit 7a5c07bf4e .
Reason for revert: performance drop in Quicksilver app
Change-Id: I2bdf42ad0a235a74e2bb4d38f86471e9affbd7a6
[ROCm/clr commit: 3e88081961 ]
2023-01-25 15:54:53 -05:00
sdashmiz
e72db4a957
SWDEV-379151 - correct error status
...
- if the stream is null ptr and there is capture ongoing return an error
Signed-off-by: sdashmiz <shadi.dashmiz@amd.com >
Change-Id: Iff33e4aebc253fb7bb56daf5c455722d726c6705
[ROCm/clr commit: a4dd362a1d ]
2023-01-25 15:06:38 -05:00
Chauncey Hui
10fb8c0d12
SWDEV-2 - Change OpenCL version number from 3561 to 3562
...
[ROCm/clr commit: b63f996e9e ]
2023-01-25 03:00:05 -05:00
Rakesh Roy
e8b7717abb
SWDEV-375004 - Fix rocprim test failure
...
- For !__HIPCC_RTC__ case, operator<<(std::ostream& os, const hip_bfloat16& bf16) calls itself in endless recursion
- Convert hip_bfloat16 to float to fix this
Change-Id: I252a656817550caf43c587cebf461474f12b8c0c
[ROCm/clr commit: 8b00f56577 ]
2023-01-25 00:01:02 -05:00
Jason Tang
610836d5f8
Merge "SWDEV-1 - Enable testing of OCLDynamic" into amd-staging
...
[ROCm/clr commit: 73f913be51 ]
2023-01-24 13:49:01 -05:00
jatang
fb394b51ba
SWDEV-1 - Enable testing of OCLDynamic
...
Change-Id: Iffdacd7804c40ccd2375a13bab582aae5c3d00e3
[ROCm/clr commit: 0865d29ee1 ]
2023-01-24 13:47:32 -05:00
German Andryeyev
45ed09d0cb
SWDEV-372790 - Copy AQL packet from runtime setup
...
Scheduler in device queue requires relaunching itself. Make sure
scheduler uses exactly the same AQL packet as the host launch.
Change-Id: I4eb03c4c91bf2408a6d4607731f081a2e2c2c8ae
[ROCm/clr commit: b23c759746 ]
2023-01-24 10:25:45 -05:00
Jaydeep Patel
43565f0496
SWDEV-379125 - Check only if there is attr set for graph kernel node.
...
Change-Id: I8768b33ad27e75eb753d99d682edf60b31b240df
[ROCm/clr commit: 70bfc6145b ]
2023-01-24 09:51:12 +00:00
Chauncey Hui
115f0c2f43
SWDEV-2 - Change OpenCL version number from 3560 to 3561
...
[ROCm/clr commit: be098d8f3f ]
2023-01-24 03:00:08 -05:00
Satyanvesh Dittakavi
d96114fd22
SWDEV-372396 - Address the errors in hiprtc headers with -Werror
...
Change-Id: Ied553216dfc2ff8b5c72de617cb47b6ca8f52063
[ROCm/clr commit: 0ccd41050b ]
2023-01-23 17:25:42 +00:00
Jaydeep Patel
1884cc401c
SWDEV-378157 - Correct log message
...
Change-Id: I6297693f67ae78a8874b976ac03353a81b728b1d
[ROCm/clr commit: 1e4a4162ff ]
2023-01-23 12:06:18 -05:00
German
6eec7a361e
SWDEV-377991 - Remove liquidflash support
...
Remove amdgpu-pro interface for persistent memory,
used in Liquidflash
Change-Id: I7d1720ad0875a62ebb2d7f96cba39601d560a5df
[ROCm/clr commit: 6dad2fc306 ]
2023-01-23 10:40:57 -05:00
kjayapra-amd
b4ffe0e810
SWDEV-378006 - Adding a new guarantee macro to support printing args.
...
Change-Id: I9c838644e31a84d96a44b2bd10525a08d805a047
[ROCm/clr commit: b968394b4e ]
2023-01-21 06:26:50 -05:00
Chauncey Hui
e26fa3d525
SWDEV-2 - Change OpenCL version number from 3559 to 3560
...
[ROCm/clr commit: 8c421b62f2 ]
2023-01-21 03:00:06 -05:00
Jacob Lambert
8da846db0a
SWDEV-376413 - Replace deprecated Comgr device-lib action
...
The Comgr ADD_DEVICE_LIBRARIES action has been deprecated. In place
of the previous two-action approach:
AMD_COMGR_COMPILE_SOURCE_TO_BC
AMD_COMGR_ADD_DEVICE_LIBRARIES
We can now use a single combined action:
AMD_COMGR_COMPILE_SOURCE_WITH_DEVICE_LIBS_TO_BC
This new action more closely alings with how device library
management is done by the clang driver.
Change-Id: Id844e9031a1896dedeacec453440b9babc4b111a
[ROCm/clr commit: 0969056f66 ]
2023-01-20 15:52:00 -05:00
German
b5b078e036
SWDEV-377991 - Remove liquidflash support
...
Change-Id: Iba6455e5c0210c3223a06fec332404cd9f489154
[ROCm/clr commit: 53a10c9039 ]
2023-01-20 09:57:06 -05:00
Chauncey Hui
304d9e1430
SWDEV-2 - Change OpenCL version number from 3558 to 3559
...
[ROCm/clr commit: 46518cba6a ]
2023-01-20 03:00:09 -05:00
Anusha GodavarthySurya
f14b3d669b
SWDEV-371123 - Fix seg fault when running hashcat app
...
Change-Id: I0c66d881b8dfae322f58a644860ecce4fb18debd
[ROCm/clr commit: 89e9f9db58 ]
2023-01-19 15:50:03 -05:00
Maneesh Gupta
7b3cf2e9d7
SWDEV-378321 - Revert "SWDEV-1 - Directly call __builtin_amdgcn_fence"
...
This reverts commit 1de57c06b3 .
Reason for revert: Root cause for regression SWDEV-378321
Change-Id: If3116c5ad1a23db1840e5fc019d2fe997b37d229
[ROCm/clr commit: 5b39c346ad ]
2023-01-19 13:01:27 -05:00
German
7e82b5c716
SWDEV-377991 - Remove liquidflash support
...
Change-Id: I8ea0feb6067387f1b545a7492b6bcb55e82ec8b0
[ROCm/clr commit: 3690ae8464 ]
2023-01-19 11:39:10 -05:00
Xie,AlexBin
2483d3a0d8
SWDEV-365305 - Same time is observed for CU Med-Priority tests
...
OCL runtime uses WGP mode and total CU count reported in WGP.
Realtime values are still in CUs. That can mislead in the test results.
Report realtime in WGP values and convert to CUs for KMD.
Change-Id: I90b82615640734dd655be2b613ccac3cb8483239
[ROCm/clr commit: 0703b8380b ]
2023-01-19 11:36:34 -05:00
German
a1371d6309
SWDEV-377991 - Remove liquidflash support
...
Change-Id: I928ed40f11461d5da07190e67bbec6a5363c42a6
[ROCm/clr commit: b9901144eb ]
2023-01-19 11:15:46 -05:00
German
f399cfd045
SWDEV-377991 - Rmove Liquidflash logic
...
Untie extra dependency on opencl repo
Change-Id: I8069cd8337214043d3c1453e3dfb0a0a47a83251
[ROCm/clr commit: 5a42279a65 ]
2023-01-19 09:58:31 -05:00
German
e95245aaf2
SWDEV-377991 - Rmove Liquidflash logic
...
Change-Id: I1c2169c1a8c7449c59cc15074af039c48fc1ef31
[ROCm/clr commit: b685930bee ]
2023-01-19 09:58:07 -05:00
Chauncey Hui
3cf9e6881c
SWDEV-2 - Change OpenCL version number from 3557 to 3558
...
[ROCm/clr commit: a1d54befdf ]
2023-01-19 03:00:08 -05:00
pghafari
5fa035dbd4
SWDEV-369551 - invalid stream check in hipMemcpy
...
Change-Id: I6762af93cd566a38f7d04994b87a76e744b19043
[ROCm/clr commit: 76b0b4d635 ]
2023-01-18 20:02:28 -05:00
pghafari
de904d8716
SWDEV-374381 - updated error check
...
for hipGraphAddMemcpyNodeFrom/ToSymbol
Change-Id: I4de063a5a9307148bf4da0e8a2edc1d3b01a8b9a
[ROCm/clr commit: d491ee7385 ]
2023-01-18 19:59:32 -05:00
jiabaxie
7a5c07bf4e
SWDEV-366886 - force svm alloc for rocm
...
Change-Id: If85a6aaeb5861ff1550a0bc3f0a25073ff8145e7
[ROCm/clr commit: 8278e86918 ]
2023-01-18 16:26:34 -05:00
German
2143e64c23
SWDEV-377991 - Remove Liquidflash extension
...
Initial check-in to untie dependencies with HIP and OCL repos
Change-Id: I363b63954c3f118f40a6ed893545d6a4ac44144c
[ROCm/clr commit: c8927cd84e ]
2023-01-18 13:16:20 -05:00
Alex Xie
ebefe9c576
SWDEV-374668 - Observed one subtest failure in ocltst32
...
Don't force sysmem allocation
Change-Id: I792f0da231c6e8058f1bfb81ba1f88ecb59b7c8e
[ROCm/clr commit: 60d413a5b9 ]
2023-01-18 12:02:27 -05:00
Anusha GodavarthySurya
f681854310
SWDEV-376407 - Track manual nodes added during capture
...
Change-Id: Ic44f842c303eed0eff08b6ee5922976d96a52c71
[ROCm/clr commit: d422ad0ec1 ]
2023-01-18 03:27:41 -05:00
Anusha GodavarthySurya
e333f99dec
SWDEV-373173 - Handle kernel compilation WGP/cumode in occupancy calculation
...
Change-Id: Id0225683a578c3275a35f8f807a57b6379746392
[ROCm/clr commit: ce8f441c14 ]
2023-01-18 03:27:30 -05:00
Anusha GodavarthySurya
a7a887ab05
SWDEV-373173 - Correct max VGPRs and VGPR Granularity in Occupancy calculation
...
Change-Id: I36010f3991f809c61f0c4388b8daa8d3e9b8cc9d
[ROCm/clr commit: 27c5189bca ]
2023-01-18 03:27:21 -05:00
Chauncey Hui
b2cec5605b
SWDEV-2 - Change OpenCL version number from 3556 to 3557
...
[ROCm/clr commit: 241bfcc033 ]
2023-01-18 03:00:09 -05:00
Maneesh Gupta
a2a134968c
SWDEV-1 - Use VERSION file instead of hipvars.pm for versioning
...
Change-Id: I9974aec388c9a89f4ed79a974dea99ec1e8257b8
[ROCm/clr commit: e0516a6984 ]
2023-01-18 02:39:12 -05:00
Anusha GodavarthySurya
6ae2298d06
SWDEV-373173 - Correct max VGPRs and VGPR Granularity in Occupancy calculation for different asics
...
Change-Id: I6f595428ed31733cdc04e65e7c3e383f454ab72b
[ROCm/clr commit: 2b50636809 ]
2023-01-18 00:22:02 -05:00