Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-02-25 | Includes: Clean Up (#743) | 1 | -3/+5 | ||
- Use `""` for WarpX-local includes - Order: WarpX `""`, AMReX `<>`, other third party includes `<>` - Add dir prefixes for WarpX Add order to includes by including from `Source/` onward and keeping directory prefixes of non-local includes for clarity. | |||||
2020-02-24 | Profiler wrapper to allow for cudaDeviceSynchronize (#738) | 1 | -1/+1 | ||
* add warpx profiler wrapper * call WX profiler wrapper instead of BL * EOL and cleaning * add doc on profile syncs * do not use PROFILE macros in .H files * replace WX_PROFILE with WARPX_PROFILE and use bool instead of int * typo * this file shouldn't be there | |||||
2020-01-27 | Automatically add copyright header with update_copyright.sh | 1 | -0/+6 | ||
2019-10-11 | Fix particle partition in buffers | 1 | -2/+2 | ||
2019-10-01 | Edit const correctness | 1 | -3/+3 | ||
2019-10-01 | More optimization for GPU | 1 | -2/+9 | ||
2019-10-01 | Use templated functor for copy of particles | 1 | -10/+2 | ||
2019-10-01 | Implement particle copy | 1 | -23/+24 | ||
2019-10-01 | Perform partition in smaller buffer | 1 | -14/+11 | ||
2019-10-01 | Implemented iterator distance | 1 | -5/+11 | ||
2019-10-01 | Implemented stable partition | 1 | -9/+15 | ||
2019-10-01 | Rewrite as functor | 1 | -26/+9 | ||
2019-10-01 | Replaced Index function | 1 | -2/+13 | ||
2019-10-01 | Implement `iota` on GPU | 1 | -4/+6 | ||
2019-10-01 | Start GPU conversion | 1 | -10/+13 | ||
2019-09-24 | Move temporary variables into function | 1 | -4/+5 | ||
2019-09-24 | Add comments | 1 | -6/+31 | ||
2019-09-23 | Create dedicated method for partition in buffers | 1 | -0/+115 | ||