Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
SkillfulElectro authored Aug 30, 2024
1 parent 7e39ac4 commit 1c6c0e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "EMCompute"
version = "2.1.0"
version = "2.1.1"
edition = "2021"
authors = ["ElectroMutex"]
description = "fast , simple and cross-platform parallel computing library"
Expand Down
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,6 @@ pub struct CKernel {
/// by setting config you can customize behavior of the
/// gpu
pub config : GPUComputingConfig ,

index : usize ,
}

#[no_mangle]
Expand Down

0 comments on commit 1c6c0e1

Please sign in to comment.