Skip to content

Commit

Permalink
refactor batching
Browse files Browse the repository at this point in the history
interfaces change from vec of array to n+1-dimensional arrays.
(much nicer for CUDA)
  • Loading branch information
trahflow committed Jan 26, 2024
1 parent 86090e9 commit 527b370
Show file tree
Hide file tree
Showing 4 changed files with 137 additions and 85 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ authors = ["Wolfhart Feldmeier <wolfhart.feldmeier@uni-jena.de>"]
version = "1.0.0-DEV"

[deps]
ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197"
ChunkSplitters = "ae650224-84b6-46f8-82ea-d812ca08434e"
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
Expand Down
1 change: 1 addition & 0 deletions src/DiffPointRasterisation.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module DiffPointRasterisation

using ArgCheck
using ChunkSplitters
using FillArrays
using SimpleUnPack
Expand Down
Loading

0 comments on commit 527b370

Please sign in to comment.