rtx-cfd legacy GPU tests: struct-update commas and the Poisson in-out buffer
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 (ubuntu-latest) (push) Failing after 4s
CI / Clippy Check (push) Failing after 5s
CI / Build CPU-Only (Explicit) (push) Failing after 5s
Documentation / Build User Guide (push) Successful in 5s
CI / Format Check (push) Failing after 22s
Documentation / Build API Documentation (push) Failing after 17s
Performance Benchmarks / Run Benchmarks (push) Successful in 3m49s
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 (ubuntu-latest) (push) Failing after 4s
CI / Clippy Check (push) Failing after 5s
CI / Build CPU-Only (Explicit) (push) Failing after 5s
Documentation / Build User Guide (push) Successful in 5s
CI / Format Check (push) Failing after 22s
Documentation / Build API Documentation (push) Failing after 17s
Performance Benchmarks / Run Benchmarks (push) Successful in 3m49s
This commit is contained in:
@@ -197,7 +197,7 @@ mod cuda_tests {
|
||||
let max_iterations = 1000;
|
||||
let tolerance = 1e-6;
|
||||
let iterations = poisson_kernel.solve_2d(
|
||||
&d_phi,
|
||||
&mut d_phi,
|
||||
&d_source,
|
||||
nx,
|
||||
ny,
|
||||
|
||||
Reference in New Issue
Block a user