rtx-cfd CUDA kernels: no host headers in the NVRTC sources (cuda_runtime.h was never found: every legacy GPU test failed at manager creation)
CI / Test (ubuntu-latest) (push) Blocked by required conditions
CI / Python Bindings (maturin) (ubuntu-latest) (push) Blocked by required conditions
CI / WASM Build + Size Check (push) Blocked by required conditions
CI / Build (macos-latest) (push) Waiting to run
CI / Test (macos-latest) (push) Blocked by required conditions
CI / Python Bindings (maturin) (macos-latest) (push) Blocked by required conditions
CI / Distributed Training Tests (push) Blocked by required conditions
CI / CI Success (push) Blocked by required conditions
CI / Clippy Check (push) Failing after 5s
Performance Benchmarks / Run Benchmarks (push) Failing after 5s
CI / Format Check (push) Failing after 5s
CI / Build (ubuntu-latest) (push) Failing after 5s
Documentation / Build User Guide (push) Successful in 5s
Documentation / Build API Documentation (push) Failing after 27s
CI / Build CPU-Only (Explicit) (push) Failing after 1m5s

This commit is contained in:
Omar Sobh
2026-09-16 07:23:02 -05:00
parent f429bdd415
commit 64faa095a2
@@ -9,7 +9,7 @@
* Using warp shuffle operations for modern GPUs * Using warp shuffle operations for modern GPUs
*/ */
#include <cuda_runtime.h> // (no host headers: NVRTC compiles these as device code with the built-ins only)
#include <float.h> #include <float.h>
// Warp size constant // Warp size constant