rtx-cfd CUDA kernels: no host includes at all in the NVRTC sources; the float limits defined inline
CI / Python Bindings (maturin) (macos-latest) (push) Blocked by required conditions
CI / CI Success (push) Blocked by required conditions
CI / Build (ubuntu-latest) (push) Failing after 7s
CI / Clippy Check (push) Failing after 7s
CI / Python Bindings (maturin) (ubuntu-latest) (push) Blocked by required conditions
CI / Test (ubuntu-latest) (push) Blocked by required conditions
CI / Build (macos-latest) (push) Waiting to run
CI / Test (macos-latest) (push) Blocked by required conditions
CI / WASM Build + Size Check (push) Blocked by required conditions
CI / Distributed Training Tests (push) Blocked by required conditions
CI / Format Check (push) Failing after 6s
Performance Benchmarks / Run Benchmarks (push) Failing after 7s
Documentation / Build User Guide (push) Successful in 5s
Documentation / Build API Documentation (push) Failing after 14s
CI / Build CPU-Only (Explicit) (push) Failing after 50s

This commit is contained in:
Omar Sobh
2026-09-16 07:24:54 -05:00
parent 64faa095a2
commit f3f6ac21fb
@@ -1,3 +1,6 @@
#ifndef FLT_MAX
#define FLT_MAX 3.402823466e+38f
#endif
/** /**
* CUDA kernels for reduction operations * CUDA kernels for reduction operations
* *
@@ -10,7 +13,6 @@
*/ */
// (no host headers: NVRTC compiles these as device code with the built-ins only) // (no host headers: NVRTC compiles these as device code with the built-ins only)
#include <float.h>
// Warp size constant // Warp size constant
#define WARP_SIZE 32 #define WARP_SIZE 32