embedded3: export_fine_from is crate-private (it takes a crate-private level)
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 4s
CI / Clippy Check (push) Failing after 4s
Performance Benchmarks / Run Benchmarks (push) Failing after 4s
CI / Build (ubuntu-latest) (push) Failing after 5s
Documentation / Build User Guide (push) Successful in 11s
CI / Build CPU-Only (Explicit) (push) Failing after 1m32s
Documentation / Build API Documentation (push) Failing after 1m34s
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 4s
CI / Clippy Check (push) Failing after 4s
Performance Benchmarks / Run Benchmarks (push) Failing after 4s
CI / Build (ubuntu-latest) (push) Failing after 5s
Documentation / Build User Guide (push) Successful in 11s
CI / Build CPU-Only (Explicit) (push) Failing after 1m32s
Documentation / Build API Documentation (push) Failing after 1m34s
Co-Authored-By: Claude Fable 5.1 <[email protected]>
This commit is contained in:
co-authored by
Claude Fable 5.1
parent
73e43d597d
commit
f6f1fe048b
@@ -129,7 +129,7 @@ pub fn export_fine(problem: &Problem) -> LevelExport {
|
|||||||
/// (PERF-3 P1-1): the f32 level is the same masked coefficients cast, so this
|
/// (PERF-3 P1-1): the f32 level is the same masked coefficients cast, so this
|
||||||
/// is the identical export without a second clone of the problem and a
|
/// is the identical export without a second clone of the problem and a
|
||||||
/// second level build.
|
/// second level build.
|
||||||
pub fn export_fine_from(lv: &Level<f64>) -> LevelExport {
|
pub(crate) fn export_fine_from(lv: &Level<f64>) -> LevelExport {
|
||||||
let (_, coarse_of) = lv.coarsen();
|
let (_, coarse_of) = lv.coarsen();
|
||||||
let to_u32 = |v: &[usize]| {
|
let to_u32 = |v: &[usize]| {
|
||||||
v.iter()
|
v.iter()
|
||||||
|
|||||||
Reference in New Issue
Block a user