Schell Carl Scivally

Results 228 comments of Schell Carl Scivally

Yes! I deleted the XVim plugin, downloaded the v1.0-beta and built as you said. It now works :+1:

After compiling my shaders with `RUSTGPU_CODEGEN_ARGS='--no-early-report-zombies --no-infer-storage-classes --spirt-passes=qptr' cargo run --release` I got [these errors](https://gist.github.com/schell/997b438c98a9869c73e281149b8f7c50) which were quite a bit more helpful (thanks @eddyb for the tip). I then made...

@pema99 Maybe try bisecting your source for instances where functions or structs are using references. It's tedious but that's all I've got.

That's a very similar situation to mine. I had to deref `self` in a similar comparison. Glad you figured it out @pema99 :)

> I've had to manually patch the generated networks to remove the import to get them to work. @SludgePhD what method did you use to do this?

Thank you none the less, @SludgePhD :)

That would be nice @pixelspark :)

@pixelspark how would one figure out if any `ai.onnx.ml` ops are used in the model? I'm currently writing a cli tool that would do this and remove the opset if...

@pixelspark sorry, nevermind - I figured it out between the `wonnx` source and `protobuf` :) 👍

Sorry @Mek101 - no, as it's part of my day job and was just a quick spike I didn't push the code up anywhere. But it did end up "working"....