It is not complete and disabled by default, but it can be still useful.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Cool, thanks for enabling automatically pulling in OpenCL intrinsics!
| mlir/utils/spirv/gen_spirv_dialect.py | ||
|---|---|---|
| 36 | Can you turn this into a proper command line options? We use argparse for this already. Then use function parameters to pass such options to where you'd need them. | |
| 42–45 | Can you make this as a function parameter default? | |
| 1049 | Can you move this constant URLs to the beginning like the core spec ones? | |
Can you turn this into a proper command line options? We use argparse for this already. Then use function parameters to pass such options to where you'd need them.