Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: ROCm/Tensile

Tags

rocm-7.0.2

Toggle rocm-7.0.2's commit message
ROCm release rocm-7.0.2

rocm-7.1.0

Toggle rocm-7.1.0's commit message
[Tensile] Fix gfx1032 missing in SupportedISA (#1477)

## Motivation

gfx1032 is declared as supported in CMake and header files, but it is
missing in Tensile Python AsmCaps and SupportedISA. This causes error
when running TensileCreateLibrary with --verify-manifest
--lazy-library-loading.

Link: ROCm/TheRock#1260

## Technical Details

The master file generation logic ignores any ISA that is not listed in
SupportedISA, but the manifest emits the entries anyways. This causes
problem with --verify-manifest when checking if all files listed in
manifest are correctly generated.

This issue only occurs with --lazy-library-loading, as without this
flag, Tensile wouldn't generate master logic files.

Rest of the logic files are generated correctly for gfx1032.

## Test Plan

Test generating gfx1032 Tensile library.

```
TensileCreateLibrary 
--merge-files 
--separate-architectures 
--lazy-library-loading 
--no-short-file-names 
--verbose=0 
--code-object-version=default 
--library-format=msgpack 
--architecture=gfx1030_gfx1032 
--no-enumerate rocblas/library/src/blas3/Tensile/Logic/asm_full build/Tensile HIP --verify-manifest"
``` 

## Test Result

Command completes successfully with all library files emitted correctly.

## Submission Checklist

- [x] Look over the contributing guidelines at
https://github.com/ROCm/ROCm/blob/develop/CONTRIBUTING.md#pull-requests.

rocm-7.0.0

Toggle rocm-7.0.0's commit message
ROCm release vrocm-7.0.0

rocm-6.4.4

Toggle rocm-6.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add gfx1150 and complete gfx1151 support (#2154)

mock-tag-test

Toggle mock-tag-test's commit message
ROCm Release for Tensile 4.43.0

rocm-6.4.3

Toggle rocm-6.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Only warn when caps mismatch (#2090) (#2091)

rocm-6.4.2

Toggle rocm-6.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Only warn when caps mismatch (#2090) (#2091)

rocm-6.4.1

Toggle rocm-6.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Only warn when caps mismatch (#2090) (#2091)

rocm-6.4.0

Toggle rocm-6.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Only warn when caps mismatch (#2090) (#2091)

rocm-6.2.4

Toggle rocm-6.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adding gfx1151 to 6.2 (#2026)

* add gfx1151 to 6.2
* skip unsupported tests