Question regarding DeviceContext in the Mojo nightly builds, specifically related to enqueue_create_buffer. In a recent build, the LSP indicated that enqueue_create_buffer is going to be replaced by create_buffer. I updated my code and everything worked. Today’s nightly build, Mojo 25.5.0.dev2025071905 appears to have reverted back to enqueue_create_buffer, with create_buffer emitting an error.
What is the direction…will enqueue_create_buffer be deprecated and replaced?
This change has been reverted in the new nightly so please continue using enqueue_* APIs.
Thanks for the guidance, @Ehsan ! I have reverted my code to use enqueue_* APIs.