How should I be loading the `get_scalar_from_managed_tensor_slice` kernel?
I am apparently missing it, despite using this as my session load:
2 Replies
Are you setting the environment variable
MODULAR_ONLY_USE_NEW_EXTENSIBILITY_API
to true
when running this? The Magic commands do this in the current examples, and if that's missing you might not be going down the right path to support a custom op with our new extensibility API.I was not, I entered the magic shell and was running mojo directly.
That at least seems me further, thank you! I’m now getting a segfault I need to root cause.