rtx-cfd legacy GPU tests: one base struct per literal
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
Performance Benchmarks / Run Benchmarks (push) Failing after 6s
CI / Clippy Check (push) Failing after 6s
CI / Format Check (push) Failing after 7s
CI / Build (ubuntu-latest) (push) Failing after 6s
Documentation / Build API Documentation (push) Failing after 6s
Documentation / Build User Guide (push) Successful in 7s
CI / Build CPU-Only (Explicit) (push) Failing after 15s
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
Performance Benchmarks / Run Benchmarks (push) Failing after 6s
CI / Clippy Check (push) Failing after 6s
CI / Format Check (push) Failing after 7s
CI / Build (ubuntu-latest) (push) Failing after 6s
Documentation / Build API Documentation (push) Failing after 6s
Documentation / Build User Guide (push) Successful in 7s
CI / Build CPU-Only (Explicit) (push) Failing after 15s
This commit is contained in:
@@ -36,8 +36,7 @@ mod gpu_kernel_tests {
|
||||
ly: 1.0,
|
||||
lz: 0.0,
|
||||
dt: 0.001,
|
||||
..Default::default(),
|
||||
..CfdConfig::default()
|
||||
..Default::default()
|
||||
};
|
||||
|
||||
let manager = std::sync::Arc::new(CudaKernelManager::new(&config)?);
|
||||
@@ -117,8 +116,7 @@ mod gpu_kernel_tests {
|
||||
ly: 1.0,
|
||||
lz: 0.0,
|
||||
dt: 0.001,
|
||||
..Default::default(),
|
||||
..CfdConfig::default()
|
||||
..Default::default()
|
||||
};
|
||||
|
||||
let manager = std::sync::Arc::new(CudaKernelManager::new(&config)?);
|
||||
@@ -203,8 +201,7 @@ mod gpu_kernel_tests {
|
||||
ly: 0.0,
|
||||
lz: 0.0,
|
||||
dt: 0.0001,
|
||||
..Default::default(),
|
||||
..CfdConfig::default()
|
||||
..Default::default()
|
||||
};
|
||||
|
||||
let manager = std::sync::Arc::new(CudaKernelManager::new(&config)?);
|
||||
@@ -290,8 +287,7 @@ mod gpu_kernel_tests {
|
||||
ly: 1.0,
|
||||
lz: 0.0,
|
||||
dt: 0.0001,
|
||||
..Default::default(),
|
||||
..CfdConfig::default()
|
||||
..Default::default()
|
||||
};
|
||||
|
||||
let manager = std::sync::Arc::new(CudaKernelManager::new(&config)?);
|
||||
@@ -369,8 +365,7 @@ mod gpu_kernel_tests {
|
||||
ly: 1.0,
|
||||
lz: 0.0,
|
||||
dt: 0.001,
|
||||
..Default::default(),
|
||||
..CfdConfig::default()
|
||||
..Default::default()
|
||||
};
|
||||
|
||||
let manager = std::sync::Arc::new(CudaKernelManager::new(&config)?);
|
||||
@@ -447,8 +442,7 @@ mod gpu_kernel_tests {
|
||||
ly: 1.0,
|
||||
lz: 0.0,
|
||||
dt: 0.001,
|
||||
..Default::default(),
|
||||
..CfdConfig::default()
|
||||
..Default::default()
|
||||
};
|
||||
|
||||
let manager = std::sync::Arc::new(CudaKernelManager::new(&config)?);
|
||||
@@ -496,8 +490,7 @@ mod gpu_kernel_tests {
|
||||
ly: 1.0,
|
||||
lz: 0.0,
|
||||
dt: 0.001,
|
||||
..Default::default(),
|
||||
..CfdConfig::default()
|
||||
..Default::default()
|
||||
};
|
||||
|
||||
let manager = std::sync::Arc::new(CudaKernelManager::new(&config)?);
|
||||
|
||||
Reference in New Issue
Block a user