We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
optimize-lds-usage.mlir
1 parent 46d8237 commit d6b4ebcCopy full SHA for d6b4ebc
test/TritonGPU/amd/optimize-lds-usage.mlir
@@ -1,6 +1,5 @@
1
// RUN: triton-opt %s -split-input-file -optimize-amd-lds-usage=target-arch=gfx90a | FileCheck %s
2
// RUN: triton-opt %s -split-input-file -optimize-amd-lds-usage=target-arch=gfx90a -optimize-amd-lds-usage=lds-limit=32768 | FileCheck %s --check-prefix=CHECK-32KLIMIT
3
-// XFAIL: *
4
5
// Check that optimization detects overflow of LDS and decomposes layout convert so kernel fits into LDS
6
// CHECK-LABEL: alloc_convert_load
0 commit comments