Vishal Agarwal

Results 4 comments of Vishal Agarwal

It was a CUDA version issue. Fixed it by clean installation of 12.4. But running into a new issue ``` Traceback (most recent call last): File "", line 1, in...

Looks like the null pointer issue is with conda environment. Built the package locally and installed in a native venv environment. Works fine

The binary blob in the compiled node captures the backend-specific representation of the subgraph. It maybe useful to define a notion of weight-embedded vs weightless binary blob for handling weights...

IMO, the weightless approach should be preferred as the way forward. Weight-embedded blobs are simpler and may serve as a reasonable default, but they are more suitable for smaller models...