llvm
9fd41ddb - Fix ScopedContext to restore original context

Commit
40 days ago
Fix ScopedContext to restore original context CRITICAL FIX: ScopedContext destructor was empty, leaving wrong context active after cross-device operations. This caused subsequent operations on the queue to execute on wrong device context. Now properly saves and restores the original context, ensuring context state is preserved across ScopedContext usage.
Author
Parents
Loading