Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dfno #7

Draft
wants to merge 38 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
1971583
added n-dim fft and restrict. dfno wip
Richard2926 May 19, 2023
5621677
Added rrule for Restriction
Richard2926 May 26, 2023
f13c977
Added N dim ParMatrix
Richard2926 Aug 21, 2023
5e76a76
forward pass identity bug WIP
Richard2926 Sep 23, 2023
1e05cc3
removed type casting ParMatrix
Oct 1, 2023
242a73c
fix krocker update
Richard2926 Oct 6, 2023
6a703c2
remove prints
Richard2926 Oct 10, 2023
1cce8e6
ID for ParDiagonal
Oct 10, 2023
e07954a
remove state
Oct 10, 2023
c47aa88
dist ID for mapping
Richard2926 Oct 12, 2023
5855395
Added ParReduce
Richard2926 Oct 12, 2023
be9ad09
rrules and distribution
Richard2926 Oct 16, 2023
0707b4a
rrule repartition
Richard2926 Oct 17, 2023
eb22b58
easier for saving weights
Richard2926 Oct 20, 2023
7545303
Move ParMatrixN to seperate component
Richard2926 Oct 21, 2023
b0da4c0
Hack for ParMatrixN
Oct 25, 2023
0bcd47f
ParBroadcasted
Richard2926 Oct 25, 2023
3a2c2ae
Lots of hacks for GPU
Oct 27, 2023
587d4d4
hack support for 2D and 3D
Oct 28, 2023
018b36d
test print
Richard2926 Nov 5, 2023
268b4fc
remove print
Richard2926 Nov 5, 2023
34eb7ed
logging
Richard2926 Nov 6, 2023
a39841a
try fix
Richard2926 Nov 6, 2023
ce56ef1
fft cuda fix?
Richard2926 Nov 6, 2023
0e08895
ifft oops
Richard2926 Nov 6, 2023
5c63ba7
gpu for permute fix
Richard2926 Nov 6, 2023
734c3b4
remove prints
Richard2926 Nov 6, 2023
3b3cb8d
fpr -> for
Richard2926 Nov 28, 2023
0c3254d
broadcasting kron
Richard2926 Dec 6, 2023
3f6f343
removed rules
Richard2926 Dec 7, 2023
aae43c2
straightforward order of application for krons
Richard2926 Dec 7, 2023
6750ec9
log repartitions
Richard2926 Dec 7, 2023
8157c79
bug fix
Richard2926 Dec 8, 2023
8f0a4ae
for now
Richard2926 Dec 8, 2023
3db66d1
less repartitions
Richard2926 Dec 28, 2023
79daf09
add combined 2D
Richard2926 Jan 1, 2024
f6c8fe1
mul
Richard2926 Jan 2, 2024
ae27186
cpu temp fix
Richard2926 Feb 2, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ examples/.ipynb_checkpoints
*.svg
*.png
*.dot
*.mat
.DS_Store
3 changes: 3 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,15 @@ CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
GraphViz = "f526b714-d49f-11e8-06ff-31ed36ee7ee0"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
LRUCache = "8ac3fa9e-de4c-5943-b1dc-09c6b5f20637"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
Match = "7eb4fadd-790c-5f42-8a69-bfa0b872bfbf"
OMEinsum = "ebe7aa44-baf0-506c-a96f-8464559b3922"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
331 changes: 331 additions & 0 deletions docs/build/assets/documenter.js

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

Loading