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

Reduction of the use of rtemplate #445

Merged
merged 33 commits into from
Sep 4, 2023
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
28b88db
Moving to NodeTypeGroups
llaniewski Aug 18, 2023
61a30eb
Adding Lists
llaniewski Aug 18, 2023
eff37c2
Correcting the initialisation order
llaniewski Aug 18, 2023
ba00733
Correcting the error in Iam- macros
llaniewski Aug 18, 2023
7432b8b
correcting mask values in def.cpp
llaniewski Aug 19, 2023
a5631ed
correcting node type groups in vtkLattice
llaniewski Aug 19, 2023
cfc19a8
Correcting edge cases in Lists.cpp
llaniewski Aug 20, 2023
81aab2b
Making default Thing invalid
llaniewski Aug 22, 2023
985bac8
Adding Model and SetSetting to Lattice
llaniewski Aug 22, 2023
398c8ba
Moving acParam to model lists
llaniewski Aug 22, 2023
499179e
Separating Things to a header
llaniewski Aug 22, 2023
955f86a
Changing search names
llaniewski Aug 22, 2023
f2eb80b
Moving Handlers to model lists
llaniewski Aug 23, 2023
62238e3
Removing Rt suffix from non Rt files
llaniewski Aug 23, 2023
d8f1fb0
Separating r utils
llaniewski Aug 23, 2023
bd7b940
Reducing dependencies for Handlers
llaniewski Aug 23, 2023
480f3c7
Fixing paranoid errors
llaniewski Aug 23, 2023
918adf5
Adding gzip fopen function to utils
llaniewski Aug 23, 2023
45f14e5
Moving vtkLattice to model lists
llaniewski Aug 23, 2023
42d6693
Removing Rt suffix from non Rt files
llaniewski Aug 23, 2023
7d6f787
Moving hdf5Lattice to model lists
llaniewski Aug 23, 2023
4d21ec2
Removing Rt suffix from non Rt files
llaniewski Aug 23, 2023
7102511
Minor fixes
llaniewski Aug 23, 2023
762fdcc
Removing model-specific values from ZoneSettings
llaniewski Aug 23, 2023
8ba7c7e
Moving Sampler to model lists
llaniewski Aug 23, 2023
dfc8aa5
Removing Rt suffix from non Rt files
llaniewski Aug 23, 2023
ca67014
Correcting non-cross cuda constant
llaniewski Aug 23, 2023
28db25e
Making cuda.cu macros more consistent
llaniewski Aug 24, 2023
fea3c64
Correcting for RunR
llaniewski Aug 24, 2023
f3d559e
Deleting unused things in Lattice
llaniewski Aug 24, 2023
70c66fd
Dividing iteration into functions
llaniewski Aug 24, 2023
be9a369
Deleting not used setting functions
llaniewski Aug 25, 2023
a7659dc
Actions as table
llaniewski Aug 28, 2023
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
Prev Previous commit
Next Next commit
Correcting the error in Iam- macros
llaniewski committed Aug 31, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit ba007337aff51cc349f80cc8d342a5579fb0d5f4
2 changes: 1 addition & 1 deletion src/cuda.cu.Rt
Original file line number Diff line number Diff line change
@@ -61,7 +61,7 @@ CudaDeviceFunction CudaConstantMemory real_t <?%s v$name ?> = 0.0f; <?R
#define Iam<?%s n$name ?> ((NodeType & <?%s n$groupIndex ?>) == <?%s n$Index ?>) <?R
}
for (n in rows(NodeTypeGroups)) { ?>
#define Iam<?%s n ?> (NodeType & <?%s n$Index ?>) <?R
#define Iam<?%s n$name ?> (NodeType & <?%s n$Index ?>) <?R
}
?>