rtx-cfd k-ε GPU: memcpy_dtoh argument order
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 / Format Check (push) Failing after 5s
Performance Benchmarks / Run Benchmarks (push) Failing after 5s
CI / Clippy Check (push) Failing after 5s
CI / Build CPU-Only (Explicit) (push) Failing after 5s
CI / Build (ubuntu-latest) (push) Failing after 5s
Documentation / Build API Documentation (push) Failing after 5s
Documentation / Build User Guide (push) Successful in 5s
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 / Format Check (push) Failing after 5s
Performance Benchmarks / Run Benchmarks (push) Failing after 5s
CI / Clippy Check (push) Failing after 5s
CI / Build CPU-Only (Explicit) (push) Failing after 5s
CI / Build (ubuntu-latest) (push) Failing after 5s
Documentation / Build API Documentation (push) Failing after 5s
Documentation / Build User Guide (push) Successful in 5s
This commit is contained in:
@@ -447,7 +447,7 @@ impl KEpsilonGpuModel {
|
|||||||
|
|
||||||
self.kernel_manager
|
self.kernel_manager
|
||||||
.stream()
|
.stream()
|
||||||
.memcpy_dtoh(&mut eddy_viscosity_host, &buffers.eddy_viscosity)
|
.memcpy_dtoh(&buffers.eddy_viscosity, &mut eddy_viscosity_host)
|
||||||
.map_err(|e| {
|
.map_err(|e| {
|
||||||
CfdError::gpu_error(&format!("Failed to copy eddy viscosity from GPU: {}", e))
|
CfdError::gpu_error(&format!("Failed to copy eddy viscosity from GPU: {}", e))
|
||||||
})?;
|
})?;
|
||||||
|
|||||||
Reference in New Issue
Block a user