Files
rust/compiler
Jonathan Brouwer 58f5089d8a Rollup merge of #150444 - Sa4dUs:offload-intrinsic2, r=ZuseZ4
Expose kernel launch options as offload intrinsic args

Allows modifying the workgroup and thread grid dimensions directly from the intrinsic call.

```rust
core::intrinsics::offload(_kernel_1, [256, 1, 1], [32, 1, 1], (x,))
```

r? `@ZuseZ4`
2026-01-02 19:00:15 +01:00
..
2025-12-19 15:04:30 -08:00
2025-12-22 16:50:41 +01:00
2025-10-12 08:08:30 +00:00
2025-12-28 16:12:27 +00:00