Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
openfpm_pdata
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sbalzarini Lab
Software
Parallel Computing
OpenFPM
openfpm_pdata
Commits
7edafa87
Commit
7edafa87
authored
2 years ago
by
yaskovet
Browse files
Options
Downloads
Patches
Plain Diff
Fix[temp]: remove_particles map
parent
b719e9be
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#4933
passed
2 years ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Vector/cuda/vector_dist_cuda_funcs.cuh
+2
-2
2 additions, 2 deletions
src/Vector/cuda/vector_dist_cuda_funcs.cuh
with
2 additions
and
2 deletions
src/Vector/cuda/vector_dist_cuda_funcs.cuh
+
2
−
2
View file @
7edafa87
...
...
@@ -430,8 +430,8 @@ void remove_marked(vector_type & vd, const int n = 1024)
for (int j = 0 ; j < exp_tmp.ref() ; j++)
{exp_tmp.decRef();}*/
vd_pos_new
.
setMemory
(
exp_tmp
);
vd_prp_new
.
setMemoryArray
((
CudaMemory
*
)
&
exp_tmp2
);
//
vd_pos_new.setMemory(exp_tmp);
//
vd_prp_new.setMemoryArray((CudaMemory *)&exp_tmp2);
// resize them
...
...
This diff is collapsed.
Click to expand it.
yaskovet
@yaskovet
mentioned in commit
bf9571da
·
1 year ago
mentioned in commit
bf9571da
mentioned in commit bf9571da3fdb766253695f04c3002ea4e38d545e
Toggle commit list
yaskovet
@yaskovet
mentioned in commit
22e6d4a5
·
1 year ago
mentioned in commit
22e6d4a5
mentioned in commit 22e6d4a577413d4c2fcbb03c6b3ed20f80da6fb5
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment