https://github.com/clima/cudaparametermemory.jl
A package for analyzing CUDA parameter memory for large and highly recursive types.
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (2.1%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
A package for analyzing CUDA parameter memory for large and highly recursive types.
Basic Info
- Host: GitHub
- Owner: CliMA
- License: apache-2.0
- Language: Julia
- Default Branch: main
- Size: 5.86 KB
Statistics
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 1 year ago
· Last pushed over 1 year ago
Metadata Files
Readme
License
README.md
CUDAParameterMemory.jl
A package for analyzing CUDA parameter memory for large and highly recursive types (requires CUDA).
Example
julia
using CUDAParameterMemory: @rprint_parameter_memory
struct Foo{A, B, C}
a::A
b::B
c::C
end
f = Foo(Foo(1,1,1), Foo(Foo(1,1,1), 1,1), Foo(1,1,Foo(1,1,1)))
@rprint_parameter_memory f
Owner
- Name: Climate Modeling Alliance
- Login: CliMA
- Kind: organization
- Email: clima@caltech.edu
- Website: https://clima.caltech.edu
- Repositories: 67
- Profile: https://github.com/CliMA
An alliance of scientists, engineers and applied mathematicians, dedicated to pioneering a new, data-informed approach to climate modeling
GitHub Events
Total
- Push event: 2
Last Year
- Push event: 2