Skip to content

Commit

Permalink
Update to burn at head now that cube is updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurBrussee committed Feb 3, 2025
1 parent 4749ece commit f23d631
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 18 deletions.
26 changes: 13 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,6 @@ ecolor = { git = "https://github.com/emilk/egui", rev = "5b740f97acc3e0c24023609
# cubecl = { path = "../cubecl/crates/cubecl" }
# cubecl-common = { path = "../cubecl/crates/cubecl-common" }

# Temporary until Brun updates cube.
cubecl = { git = "https://github.com/ArthurBrussee/cubecl", branch = "patched" }
cubecl-common = { git = "https://github.com/ArthurBrussee/cubecl", branch = "patched" }

[profile.dev]
opt-level = 1
debug = true
Expand Down
2 changes: 1 addition & 1 deletion crates/brush-kernel/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
mod shaders;

use burn::tensor::{DType, Shape};
pub use burn_jit::cubecl::prelude::ExecutionMode;
pub use burn_jit::cubecl::{
client::ComputeClient, compute::CompiledKernel, compute::CubeTask, server::ComputeServer,
CubeCount, CubeDim, KernelId,
};
pub use burn_jit::{cubecl::Compiler, tensor::JitTensor, JitRuntime};

pub use burn_jit::cubecl::ExecutionMode;
use bytemuck::Pod;
use wgpu::naga;

Expand Down

0 comments on commit f23d631

Please sign in to comment.