MCPcopy Create free account
hub / github.com/Rust-GPU/rust-gpu / optimize

Method optimize

crates/rustc_codegen_spirv/src/lib.rs:327–335  ·  view source on GitHub ↗
(
        _: &CodegenContext<Self>,
        _: &Handler,
        _: &ModuleCodegen<Self::Module>,
        _: &ModuleConfig,
    )

Source from the content-addressed store, hash-verified

325 }
326
327 unsafe fn optimize(
328 _: &CodegenContext<Self>,
329 _: &Handler,
330 _: &ModuleCodegen<Self::Module>,
331 _: &ModuleConfig,
332 ) -> Result<(), FatalError> {
333 // TODO: Implement
334 Ok(())
335 }
336
337 unsafe fn optimize_thin(
338 _cgcx: &CodegenContext<Self>,

Callers 1

do_spirv_optFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected