Skip to main content
hex
preview
Search
preview
ex_cubecl
0.1.0
hex.pm
Change color theme
Light
Dark
System
Select File
.formatter.exs
LICENSE
README.md
examples/basic_operations.exs
examples/image_processing.exs
examples/linear_algebra.exs
examples/ml_pipeline.exs
guides/01_getting_started.md
guides/02_binary_ops.md
guides/03_unary_ops.md
guides/04_shape_ops.md
guides/05_reductions.md
guides/06_type_conversion.md
guides/07_creation.md
guides/08_sorting.md
guides/09_linalg.md
guides/10_window_ops.md
guides/11_indexed_ops.md
guides/12_mobile.md
guides/13_examples.md
lib/ex_cubecl.ex
lib/ex_cubecl/backend.ex
lib/ex_cubecl/nif.ex
mix.exs
mix.lock
native/ex_cubecl_nif/Cargo.lock
native/ex_cubecl_nif/Cargo.toml
native/ex_cubecl_nif/include/ex_cubecl.h
native/ex_cubecl_nif/src/ffi.rs
native/ex_cubecl_nif/src/lib.rs
.formatter.exs
# Used by "mix format"
[
inputs
:
[
"{mix,.formatter}.exs"
,
"{config,lib,test}/**/*.{ex,exs}"
]
]