[all-commits] [llvm/llvm-project] f3b4c0: [mlir][gpu] Add builder to `gpu.launch_func` (#95541)
Fabian Mora via All-commits
all-commits at lists.llvm.org
Sat Jun 15 10:40:35 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f3b4c00304ef3aa737097684502a419b5e89d4e9
https://github.com/llvm/llvm-project/commit/f3b4c00304ef3aa737097684502a419b5e89d4e9
Author: Fabian Mora <fmora.dev at gmail.com>
Date: 2024-06-15 (Sat, 15 Jun 2024)
Changed paths:
M mlir/include/mlir/Dialect/GPU/IR/GPUOps.td
M mlir/lib/Dialect/GPU/IR/GPUDialect.cpp
Log Message:
-----------
[mlir][gpu] Add builder to `gpu.launch_func` (#95541)
This patch adds a builder to `gpu.launch_func` allowing it to be created
using `SymbolRefAttr` instead of `GPUFuncOp`. This allows creating
`launch_func` when only a `gpu.binary` is present, instead of the full
`gpu.module {...}`.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list