Skip to content

Commit 38d4495

Browse files
committed
[Kernels][GPU] Document RDNA3 BF16 buffer load bug
RDNA3 has a Mojo compiler bug where vectorized BFloat16 buffer loads return zeros instead of actual data. Test will fail on RDNA3 until fixed. FIXME: modular#5466
1 parent 7403bec commit 38d4495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

max/kernels/test/gpu/layout/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ _EXTRA_CONSTRAINTS = {
3838
src: ["//:h100_gpu"]
3939
for src in _H100_TESTS
4040
} | {
41-
"test_layout_tensor_copy_amd.mojo": ["//:amd_gpu"],
41+
"test_layout_tensor_copy_amd.mojo": ["//:amd_gpu"], # FIXME: https://github.com/modular/modular/issues/5466
4242
"test_layout_tensor_copy_nvidia.mojo": ["//:nvidia_gpu"],
4343
"test_ldmatrix.mojo": ["//:nvidia_gpu"], # FIXME: KERN-1377
4444
"test_tensor_core_amd.mojo": ["//:amd_gpu"],

0 commit comments

Comments
 (0)