Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks Natasha! This needs tests though.
See mlir/test/Dialect/SPIRV/glslops.mlir for similar ops. These are round-trip tests. It checks that mlir can parse the operation and print it out correctly
You also need "Serialization" tests, i.e. MLIR can generate valid SPIR-V binary for this operation. See mlir/test/Dialect/SPIRV/Serialization/glsl-ops.mlir
Comment Actions
Updating D74151: Adding sin op in the GLSL extension
Added tests for both Sin and Cos operation.
Comment Actions
- Updating D74151: Adding sin op in the GLSL extension #
Fixing accidentally added files