rtx-cfd legacy GPU tests: the Jacobi Poisson test stops at 1e-4 (the accuracy check is the pin); rustfmt
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
Documentation / Build User Guide (push) Successful in 7s
CI / Format Check (push) Failing after 13s
CI / Clippy Check (push) Failing after 13s
CI / Build CPU-Only (Explicit) (push) Failing after 14s
Documentation / Build API Documentation (push) Failing after 23s
CI / Build (ubuntu-latest) (push) Failing after 1m32s
Performance Benchmarks / Run Benchmarks (push) Successful in 2m6s
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
Documentation / Build User Guide (push) Successful in 7s
CI / Format Check (push) Failing after 13s
CI / Clippy Check (push) Failing after 13s
CI / Build CPU-Only (Explicit) (push) Failing after 14s
Documentation / Build API Documentation (push) Failing after 23s
CI / Build (ubuntu-latest) (push) Failing after 1m32s
Performance Benchmarks / Run Benchmarks (push) Successful in 2m6s
This commit is contained in:
@@ -671,7 +671,8 @@ __global__ void d3q19_bounce_back_boundaries(
|
||||
}
|
||||
|
||||
/// Get macroscopic variables at a specific point (copy from GPU)
|
||||
pub fn gpu_macroscopic_variables_at(&mut self,
|
||||
pub fn gpu_macroscopic_variables_at(
|
||||
&mut self,
|
||||
x: usize,
|
||||
y: usize,
|
||||
z: usize,
|
||||
|
||||
Reference in New Issue
Block a user