index
:
forks/candle.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
candle-core
/
src
/
dummy_cuda_backend.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
20241118 docs (#2629)
zachcp
2024-11-19
1
-0
/
+2
*
Add support for cuda streams. (#2532)
Laurent Mazare
2024-10-02
1
-0
/
+6
*
Make it possible to use TF32 accumulation in F32 matmuls. (#2178)
Laurent Mazare
2024-05-11
1
-0
/
+10
*
Add a toggle for F16/BF16 accumulation in gemm. (#2141)
Laurent Mazare
2024-04-29
1
-0
/
+20
*
Add StorageRef. (#2113)
Laurent Mazare
2024-04-23
1
-0
/
+4
*
Add a synchronize method to devices. (#2055)
Laurent Mazare
2024-04-14
1
-0
/
+4
*
Add the alloc_uninit function. (#1901)
Laurent Mazare
2024-03-22
1
-0
/
+4
*
Async tensor copying. (#1900)
Laurent Mazare
2024-03-21
1
-0
/
+4
*
Optimize the cat operation on contiguous tensors (#1855)
Laurent Mazare
2024-03-17
1
-0
/
+13
*
Add the conv-transpose1d op. (#1251)
Laurent Mazare
2023-11-03
1
-0
/
+10
*
Make the cuda rng seedable. (#1056)
Laurent Mazare
2023-10-08
1
-0
/
+4
*
Add 1d upsampling. (#839)
Laurent Mazare
2023-09-13
1
-0
/
+4
*
Add the powf op. (#664)
Laurent Mazare
2023-08-29
1
-0
/
+4
*
Add conv-transpose. (#635)
Laurent Mazare
2023-08-28
1
-0
/
+10
*
add max_pool2d (#371)
LeeeSe
2023-08-09
1
-0
/
+4
*
Add more conv2d support. (#340)
Laurent Mazare
2023-08-08
1
-0
/
+10
*
CPU implementation for upsample-nearest2d. (#339)
Laurent Mazare
2023-08-07
1
-0
/
+4
*
Some CLIP fixes for stable diffusion. (#338)
Laurent Mazare
2023-08-07
1
-0
/
+4
*
Remove the embedding ops in favor of index-select. (#299)
Laurent Mazare
2023-08-02
1
-3
/
+0
*
Softmax numerical stability. (#267)
Laurent Mazare
2023-07-28
1
-4
/
+0
*
Add the gather op. (#219)
Laurent Mazare
2023-07-22
1
-0
/
+16
*
Start adding index-add.
laurent
2023-07-21
1
-0
/
+11
*
Add the index-select op. (#209)
Laurent Mazare
2023-07-20
1
-0
/
+3
*
Op refactor (#208)
Laurent Mazare
2023-07-20
1
-8
/
+3
*
Add the comparison operations. (#207)
Laurent Mazare
2023-07-20
1
-1
/
+6
*
Add some more developed training examples. (#199)
Laurent Mazare
2023-07-19
1
-1
/
+1
*
Expliciting how to enable cuda.
Nicolas Patry
2023-07-14
1
-1
/
+1
*
Modular backends (#138)
Laurent Mazare
2023-07-11
1
-63
/
+55
*
Allow for uniform initialization in a single step. (#136)
Laurent Mazare
2023-07-11
1
-1
/
+1
*
Random initializers. (#128)
Laurent Mazare
2023-07-10
1
-0
/
+8
*
Add the elu op. (#113)
Laurent Mazare
2023-07-09
1
-0
/
+4
*
Add more of the conv1d op.
laurent
2023-07-04
1
-2
/
+1
*
Sketch the conv1d op.
laurent
2023-07-04
1
-0
/
+11
*
Simplify the pattern matching logic in the cuda backend.
laurent
2023-06-29
1
-1
/
+1
*
Adapt the cuda bits.
laurent
2023-06-28
1
-1
/
+1
*
Get the cpu backend to compile.
laurent
2023-06-28
1
-31
/
+15
*
Refactor the hierarchy.
Nicolas Patry
2023-06-27
1
-0
/
+136