Docs.rs
cubecl-core-0.5.0
cubecl-core 0.5.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
nathanielsimard
Dependencies
bitflags ^2.8.0
normal
bytemuck ^1.16.1
normal
cubecl-common ^0.5.0
normal
cubecl-ir ^0.5.0
normal
cubecl-macros ^0.5.0
normal
cubecl-runtime ^0.5.0
normal
derive-new ^0.6.0
normal
derive_more ^1
normal
half ^2.5
normal
hashbrown ^0.14.5
normal
log ^0.4.22
normal
num-traits ^0.2.19
normal
paste ^1.0.15
normal
serde ^1.0.204
normal
serde_json ^1.0.119
normal
variadics_please ^1
normal
pretty_assertions ^1.4
dev
trybuild ^1
dev
Versions
47.78%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
cubecl_
core
0.5.0
In cubecl_
core::
frontend::
branch
Modules
range
range_stepped
Structs
RangeExpand
SteppedRangeExpand
SwitchExpand
SwitchExpandExpr
Enums
IfElseExpand
IfElseExprExpand
Traits
Iterable
Functions
break_expand
for_expand
if_else_expand
if_else_expr_expand
if_expand
loop_expand
range
range_stepped
return_expand
switch_expand
switch_expand_expr
cubecl_core
::
frontend
::
branch
Function
loop_expand
Copy item path
Settings
Help
Summary
Source
pub fn loop_expand(scope: &mut
Scope
, block: impl
FnMut
(&mut
Scope
))