tensorflow / mlir

"Multi-Level Intermediate Representation" Compiler Infrastructure
1.74k stars 260 forks source link

[spirv] Define cast ops #174

Open antiagainst opened 5 years ago

antiagainst commented 5 years ago

We need to support common cast ops. See the spec "3.32.11. Conversion Instructions" for the list. Right now we can ignore those requiring Kernel capability.

denis0x0D commented 5 years ago

@antiagainst @MaheshRavishankar does anyone work on it?

antiagainst commented 5 years ago

No. Please feel free to take it. :)

denis0x0D commented 5 years ago

@antiagainst thanks!