Skip to content

Commit ed8c702

Browse files
bump-llvm[bot]github-actions[bot]makslevental
authored
[LLVM] Bump to 69780be1d (#362)
Bump LLVM to llvm/llvm-project@69780be1d --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: makslevental <maksim.levental@gmail.com>
1 parent 8bd8192 commit ed8c702

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

projects/eudsl-python-extras/examples/rdna_matmul_opt.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,8 @@ def kernel5_lds_optim(
741741

742742

743743
kernel_funcs = find_ops(
744-
lowered_module.operation, lambda o: isinstance(o.opview, llvm.LLVMFuncOp)
744+
lowered_module.operation,
745+
lambda o: isinstance(o.opview, llvm.LLVMFuncOp) and "kernel" in o.sym_name.value,
745746
)
746747
target_flags = "+16-bit-insts,+atomic-fadd-rtn-insts,+ci-insts,+dl-insts,+dot10-insts,+dot5-insts,+dot7-insts,+dot8-insts,+dot9-insts,+dpp,+gfx10-3-insts,+gfx10-insts,+gfx11-insts,+gfx8-insts,+gfx9-insts,+wavefrontsize32".split(
747748
","

third_party/llvm-project

Submodule llvm-project updated 1300 files

0 commit comments

Comments
 (0)