vselhakim1337
Results
2
issues of
vselhakim1337
**Describe the bug** I'm trying to compile a simple SDFG for an Intel FPGA, however I'm getting the following errors: ``` /usr/include/CL/opencl.hpp: At global scope: /usr/include/CL/opencl.hpp:1573:1: error: ‘CL_KERNEL_ATTRIBUTES’ was not...
I'm trying to externally add and register a custom implementation for an ONNX op. For the sake of context, the op in question is `ONNXMul`. I've tried following the code...