rtx-fsi: the interface noise probe reads RTX_FSI2_MG_DEVICE (the device V-cycle's regime gate)
CI / Build (macos-latest) (push) Waiting to run
CI / Test (macos-latest) (push) Blocked by required conditions
CI / Test (ubuntu-latest) (push) Blocked by required conditions
CI / Python Bindings (maturin) (macos-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 / Distributed Training Tests (push) Blocked by required conditions
CI / CI Success (push) Blocked by required conditions
CI / Build CPU-Only (Explicit) (push) Failing after 7s
CI / Format Check (push) Failing after 8s
Documentation / Build User Guide (push) Successful in 7s
Documentation / Build API Documentation (push) Failing after 38s
CI / Build (ubuntu-latest) (push) Failing after 2m24s
CI / Clippy Check (push) Failing after 2m41s
Performance Benchmarks / Run Benchmarks (push) Successful in 3m11s

This commit is contained in:
Omar Sobh
2026-09-16 01:24:14 -05:00
parent fc556f8a88
commit 3fd4fb7b8c
@@ -113,6 +113,13 @@ fn fsi2_interface_noise_floor() {
" multigrid smoother: RED-BLACK symmetric GaussSeidel (PERF-2 regime, RTX_FSI2_MG_RB)" " multigrid smoother: RED-BLACK symmetric GaussSeidel (PERF-2 regime, RTX_FSI2_MG_RB)"
); );
} }
// PERF-2 P3-ii (`RTX_FSI2_MG_DEVICE=1`, a cuda-feature build): the V-cycle on the device.
if env_or("RTX_FSI2_MG_DEVICE", 0.0) != 0.0 {
solver.set_poisson_device(true);
println!(
" multigrid V-cycle: CUDA DEVICE, f32 red-black (PERF-2 regime, RTX_FSI2_MG_DEVICE)"
);
}
let dt_fluid = harness.dt_fluid; let dt_fluid = harness.dt_fluid;
// Rigid march to operating loads (the floor rides with the loads — // Rigid march to operating loads (the floor rides with the loads —