summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorGuray Ozen <guray.ozen@gmail.com>2023-10-26 10:02:54 +0200
committerGitHub <noreply@github.com>2023-10-26 11:02:54 +0300
commitf7dc26cab25e1000b1198625e30ce1acdbe8fcb4 (patch)
treee239e9d0d9fd79bd3ce5e339e5a08c29f6f64fbc /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parent5ef45c02dc0cd6cce0b3eb099707b8fc696a8ff6 (diff)
[mlir] Fixed typo in type (128x64 -> 64x128) in TMA load test (#70022)
The test was meant to check `64x128xf16` as the contiguous dimension exceeds the cache line (128b). TMA requires cache line-aligned loads, so loading 64x128 can be done with two 64x64 loads, as documented in the test. However, there was a typo in the type, which was `memref<128x64xf16>` instead of the correct `memref<64x128xf16>`. This PR corrects the issue and updates the verification.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions