Files
clang-p2996/mlir/lib/Dialect/GPU/Transforms/ShuffleRewriter.cpp
Ivan Butygin d893d129e6 [mlir] GPUToROCDL: Fix crashes with unsupported shuffle datatypes (#135504)
Calling `getIntOrFloatBitWidth` on non-int/float types (`gpu.shuffle`
also accepts vectors) will crash.
2025-04-13 20:26:19 +02:00

3.7 KiB