Star
3
Fork
49
代码
介绍
代码
Issues
4
Pull Requests
23
流水线
Actions
项目讨论
Wiki
项目成员
65
分析
项目设置
Star
3
Fork
49
main
llvm-project
/
mlir
/
lib
/
Conversion
/
ControlFlowToSPIRV
下载当前目录
G
GitHub
[mlir][spirv] Simplify inheriting constructor declarations. NFC. (
#159681
)
01fca01d
创建于
2025年9月19日
历史提交
文件
最后提交记录
最后更新时间
CMakeLists.txt
[mlir] (NFC) Clean up bazel and CMake target names All dialect targets in bazel have been named *Dialect and all dialect targets in CMake have been named MLIR*Dialect.
4 年前
ControlFlowToSPIRV.cpp
[mlir][spirv] Simplify inheriting constructor declarations. NFC. (
#159681
) Use the
Base
type alias from
https://github.com/llvm/llvm-project/pull/158433.
11 个月前
ControlFlowToSPIRVPass.cpp
[mlir][spirv] Add 8-bit float type emulation (
#148811
) 8-bit floats are not supported in SPIR-V. They are emulated as 8-bit integer during conversion.
1 年前