Andy li
c128f0422d
Enable fp8 support ( #63 )
...
* initial checkin
* rename the fp8 datatype name
* update based on cr comments
* resolve the build issue
* resolve fp8 campability issue
* fix minior bug and catch up to reflex latest develop branch change
* add fp8 + operatior support
* update fp8 header file
* resolve merge issue from develop branch
[ROCm/rccl-tests commit: 21e59fb283 ]
2024-03-07 16:54:41 -08:00
Andy li
21e59fb283
Enable fp8 support ( #63 )
...
* initial checkin
* rename the fp8 datatype name
* update based on cr comments
* resolve the build issue
* resolve fp8 campability issue
* fix minior bug and catch up to reflex latest develop branch change
* add fp8 + operatior support
* update fp8 header file
* resolve merge issue from develop branch
2024-03-07 16:54:41 -08:00
Karl W Schulz
0c9334e3db
update version of download-artifact
...
Signed-off-by: Karl W Schulz <karl.schulz@amd.com >
[ROCm/rocprofiler-compute commit: ffe08cbbad ]
2024-03-07 17:25:33 -06:00
Karl W Schulz
ffe08cbbad
update version of download-artifact
...
Signed-off-by: Karl W Schulz <karl.schulz@amd.com >
2024-03-07 17:25:33 -06:00
Karl W Schulz
29756b7c88
fix version for cancel-workflow-action
...
Signed-off-by: Karl W Schulz <karl.schulz@amd.com >
[ROCm/rocprofiler-compute commit: fef48cbc29 ]
2024-03-07 17:13:17 -06:00
Karl W Schulz
fef48cbc29
fix version for cancel-workflow-action
...
Signed-off-by: Karl W Schulz <karl.schulz@amd.com >
2024-03-07 17:13:17 -06:00
Karl W Schulz
d07ab520fa
updating versions for multiple github-actions
...
Signed-off-by: Karl W Schulz <karl.schulz@amd.com >
[ROCm/rocprofiler-compute commit: ce47409fe9 ]
2024-03-07 17:04:15 -06:00
Karl W Schulz
ce47409fe9
updating versions for multiple github-actions
...
Signed-off-by: Karl W Schulz <karl.schulz@amd.com >
2024-03-07 17:04:15 -06:00
Kiriti Gowda
30b97d5ea0
Package Dependencies - Updates ( #281 )
...
* Package Dependencies - Updates
* Remove - --no-32
[ROCm/rocdecode commit: 5fdedf2351 ]
2024-03-07 17:17:09 -05:00
Kiriti Gowda
5fdedf2351
Package Dependencies - Updates ( #281 )
...
* Package Dependencies - Updates
* Remove - --no-32
2024-03-07 17:17:09 -05:00
colramos-amd
7cac6db5ab
Remove doc references to deprecated --list-kernels option
...
Signed-off-by: colramos-amd <colramos@amd.com >
[ROCm/rocprofiler-compute commit: 9e6b293249 ]
2024-03-07 15:48:26 -06:00
colramos-amd
9e6b293249
Remove doc references to deprecated --list-kernels option
...
Signed-off-by: colramos-amd <colramos@amd.com >
2024-03-07 15:48:26 -06:00
Jose Santos
1eda63c1d2
Change ipblocks flag to --blocks
...
Signed-off-by: Jose Santos <josantos@amd.com >
[ROCm/rocprofiler-compute commit: 66696f852b ]
2024-03-07 15:26:40 -06:00
Jose Santos
66696f852b
Change ipblocks flag to --blocks
...
Signed-off-by: Jose Santos <josantos@amd.com >
2024-03-07 15:26:40 -06:00
Jose Santos
28ead69dd8
update workloads]
...
Signed-off-by: Jose Santos <josantos@amd.com >
[ROCm/rocprofiler-compute commit: 35ef8c0707 ]
2024-03-07 15:26:40 -06:00
Jose Santos
35ef8c0707
update workloads]
...
Signed-off-by: Jose Santos <josantos@amd.com >
2024-03-07 15:26:40 -06:00
Giovanni LB
4dd21807c0
Updating to load_delta. Fixing perfetto plugin.
...
Change-Id: If893f84b0ff108cfa0ccdcf717ee8592aa621032
2024-03-07 15:21:37 -03:00
Giovanni LB
227e49b3fd
Updating to load_delta. Fixing perfetto plugin.
...
Change-Id: If893f84b0ff108cfa0ccdcf717ee8592aa621032
[ROCm/rocprofiler commit: 4dd21807c0 ]
2024-03-07 15:21:37 -03:00
Jaydeep Patel
79a57a6fc1
SWDEV-446219 - Validate option value.
...
Change-Id: Ifccdddfc8ac71585f6ba045578e5bbb7e3cd1649
[ROCm/clr commit: 66f6a3e255 ]
2024-03-07 12:53:34 -05:00
Jaydeep Patel
66f6a3e255
SWDEV-446219 - Validate option value.
...
Change-Id: Ifccdddfc8ac71585f6ba045578e5bbb7e3cd1649
2024-03-07 12:53:34 -05:00
Karl W Schulz
83790a8adf
enable rocm 6.x testing
...
Signed-off-by: Karl W Schulz <karl.schulz@amd.com >
[ROCm/rocprofiler-compute commit: afea510551 ]
2024-03-07 11:35:50 -06:00
Karl W Schulz
afea510551
enable rocm 6.x testing
...
Signed-off-by: Karl W Schulz <karl.schulz@amd.com >
2024-03-07 11:35:50 -06:00
Jonathan Kim
eb2100daad
Fix deferred dmabuf export on IPC due to GEM object loss
...
When deferring a dmabuf export on an import call, there may be a
failure to export as the GEM object is not referenced by the kernel
mode driver. To get around this, do a non-deferred export and
immediately close the dmabuf FD to keep FD creation to a minimum.
This way, the GEM object will have a kernel mode driver reference
when a deferred export is done.
Also a bad dmabuf FD sent over a socket may not be received by an import
reader and this can cause a hang.
Set a 10 second timer so that importer is not blocking indefinitely.
Change-Id: I11a9b5ec64aa2e16fd6aecdf46c34e4eb56ccfd0
2024-03-07 12:12:06 -05:00
Jonathan Kim
5cfa60e03e
Fix deferred dmabuf export on IPC due to GEM object loss
...
When deferring a dmabuf export on an import call, there may be a
failure to export as the GEM object is not referenced by the kernel
mode driver. To get around this, do a non-deferred export and
immediately close the dmabuf FD to keep FD creation to a minimum.
This way, the GEM object will have a kernel mode driver reference
when a deferred export is done.
Also a bad dmabuf FD sent over a socket may not be received by an import
reader and this can cause a hang.
Set a 10 second timer so that importer is not blocking indefinitely.
Change-Id: I11a9b5ec64aa2e16fd6aecdf46c34e4eb56ccfd0
[ROCm/ROCR-Runtime commit: eb2100daad ]
2024-03-07 12:12:06 -05:00
Wenkai Du
c2eff3ecd9
topo_expl: 2.19.4 update and fix build error ( #1098 )
...
[ROCm/rccl commit: d2224fd3e1 ]
2024-03-07 08:52:50 -08:00
Wenkai Du
d2224fd3e1
topo_expl: 2.19.4 update and fix build error ( #1098 )
2024-03-07 08:52:50 -08:00
David Galiffi
f7497646cc
Add Doc team to CODEOWNERS file
...
Signed-off-by: David Galiffi <David.Galiffi@amd.com >
Change-Id: Iad8eea0645b63bddb835ed22080facc7d25c1bc0
[ROCm/rocm_smi_lib commit: 020c7c3e3f ]
2024-03-07 11:45:12 -05:00
David Galiffi
020c7c3e3f
Add Doc team to CODEOWNERS file
...
Signed-off-by: David Galiffi <David.Galiffi@amd.com >
Change-Id: Iad8eea0645b63bddb835ed22080facc7d25c1bc0
2024-03-07 11:45:12 -05:00
Ioannis Assiouras
32a32b4b82
SWDEV-449805 - Disable Unit_atomicMin_Positive* tests for float and double types
...
Change-Id: I92440ec167c8ce7a18ed41ac7fba6c1b6f5597b6
[ROCm/hip-tests commit: 43de39ad9f ]
2024-03-07 14:44:51 +00:00
Ioannis Assiouras
43de39ad9f
SWDEV-449805 - Disable Unit_atomicMin_Positive* tests for float and double types
...
Change-Id: I92440ec167c8ce7a18ed41ac7fba6c1b6f5597b6
2024-03-07 14:44:51 +00:00
Lisa
ec56aba6c1
fix links
...
Change-Id: I23520f7abf5e67453a928a07b46f126bcd5c1469
Reviewed-By: Galantsev, Dmitrii <dmitrii.galantsev@amd.com >
2024-03-07 06:05:53 -06:00
Lisa
cf0de025c1
fix links
...
Change-Id: I23520f7abf5e67453a928a07b46f126bcd5c1469
Reviewed-By: Galantsev, Dmitrii <dmitrii.galantsev@amd.com >
[ROCm/amdsmi commit: ec56aba6c1 ]
2024-03-07 06:05:53 -06:00
gobhardw
82905606d5
SWDEV-446917 ub24 compilation fix
...
Change-Id: I2740d8551c7cdee070eaa0e1a320d1a7a3e4c7e9
2024-03-07 16:44:52 +05:30
gobhardw
d3c9392cf8
SWDEV-446917 ub24 compilation fix
...
Change-Id: I2740d8551c7cdee070eaa0e1a320d1a7a3e4c7e9
[ROCm/rocprofiler commit: 82905606d5 ]
2024-03-07 16:44:52 +05:30
Galantsev, Dmitrii
44c189b9f5
Fix misc memory leaks
...
Change-Id: I3dbf56e98d8c1312f9081956ed590962b2bdace3
Signed-off-by: Galantsev, Dmitrii <dmitrii.galantsev@amd.com >
2024-03-07 04:56:16 -06:00
Galantsev, Dmitrii
01dbe9de84
Fix misc memory leaks
...
Change-Id: I3dbf56e98d8c1312f9081956ed590962b2bdace3
Signed-off-by: Galantsev, Dmitrii <dmitrii.galantsev@amd.com >
[ROCm/amdsmi commit: 44c189b9f5 ]
2024-03-07 04:56:16 -06:00
Galantsev, Dmitrii
0155219389
Fix memory leak created by hanging opendir
...
Change-Id: I01e372c6a6b427f21e89cb5e4217f876346a35be
Signed-off-by: Galantsev, Dmitrii <dmitrii.galantsev@amd.com >
2024-03-07 04:35:30 -06:00
Galantsev, Dmitrii
54c7e6f4c7
Fix memory leak created by hanging opendir
...
Change-Id: I01e372c6a6b427f21e89cb5e4217f876346a35be
Signed-off-by: Galantsev, Dmitrii <dmitrii.galantsev@amd.com >
[ROCm/amdsmi commit: 0155219389 ]
2024-03-07 04:35:30 -06:00
Anusha GodavarthySurya
41ec66ff67
SWDEV-448586 - Added implementation for new API hipStreamBeginCaptureToGraph
...
Change-Id: I1ce802102cef2b66c92d3375f769983841de793f
[ROCm/clr commit: 4feb1f9337 ]
2024-03-07 05:24:49 +00:00
Anusha GodavarthySurya
4feb1f9337
SWDEV-448586 - Added implementation for new API hipStreamBeginCaptureToGraph
...
Change-Id: I1ce802102cef2b66c92d3375f769983841de793f
2024-03-07 05:24:49 +00:00
Istvan Kiss
f0c16aa8a0
Update documentation and add python API documentation
...
Change-Id: Ibccf5b6a5fba81cea42e04a022deac8a3207b9b8
[ROCm/rocm_smi_lib commit: 50a079af0f ]
2024-03-06 22:01:30 -05:00
Istvan Kiss
50a079af0f
Update documentation and add python API documentation
...
Change-Id: Ibccf5b6a5fba81cea42e04a022deac8a3207b9b8
2024-03-06 22:01:30 -05:00
guanyu12
8e487fa52d
Merge amd-dev into amd-master 20240307
...
Signed-off-by: guanyu12 <guanyu12@amd.com >
Change-Id: I872f2dc9c50e2734576173fc3ef903ab55aa02b3
2024-03-07 10:29:47 +08:00
guanyu12
b0f346cac4
Merge amd-dev into amd-master 20240307
...
Signed-off-by: guanyu12 <guanyu12@amd.com >
Change-Id: I872f2dc9c50e2734576173fc3ef903ab55aa02b3
[ROCm/amdsmi commit: 8e487fa52d ]
2024-03-07 10:29:47 +08:00
Galantsev, Dmitrii
50740a3e91
Add .github/CONTRIBUTING.md
...
Change-Id: Ia7a2272516f2fed37dd38debad09b79484f04684
Signed-off-by: Galantsev, Dmitrii <dmitrii.galantsev@amd.com >
2024-03-06 19:14:09 -06:00
Galantsev, Dmitrii
583ff6d8cb
Add .github/CONTRIBUTING.md
...
Change-Id: Ia7a2272516f2fed37dd38debad09b79484f04684
Signed-off-by: Galantsev, Dmitrii <dmitrii.galantsev@amd.com >
[ROCm/amdsmi commit: 50740a3e91 ]
2024-03-06 19:14:09 -06:00
David Galiffi
b34eafe45a
Add Doc team to CODEOWNERS file
...
Signed-off-by: David Galiffi <David.Galiffi@amd.com >
Change-Id: Iad8eea0645b63bddb835ed22080facc7d25c1bc0
2024-03-06 17:58:36 -06:00
David Galiffi
5cde62bc0e
Add Doc team to CODEOWNERS file
...
Signed-off-by: David Galiffi <David.Galiffi@amd.com >
Change-Id: Iad8eea0645b63bddb835ed22080facc7d25c1bc0
[ROCm/rdc commit: b34eafe45a ]
2024-03-06 17:58:36 -06:00
colramos-amd
f2c8a35887
Ensure sort on rocprof input ( #304 )
...
Signed-off-by: colramos-amd <colramos@amd.com >
[ROCm/rocprofiler-compute commit: e538d3ea16 ]
2024-03-06 17:05:24 -06:00
colramos-amd
e538d3ea16
Ensure sort on rocprof input ( #304 )
...
Signed-off-by: colramos-amd <colramos@amd.com >
2024-03-06 17:05:24 -06:00