Skip to content
#

pic

Here are 525 public repositories matching this topic...

ax3l
ax3l commented Nov 12, 2019

Hi,

one could and should experiment with Interprocedural optimization (IPO) also known as link-time optimization (LTO), especially on the host side for smaller binaries and potentially faster code. It's supported by GCC, Clang, and ICC, among others, which are our typical go-to compilers in HPC.

It's very easy to implement as well

component: tools backend: omp2b good first issue install
ax3l
ax3l commented Feb 18, 2022

Need for a reduced diagnostics addition: general 2D particle histogram (think: "np.histogram2d").

  • Applications: phase space, energy-emittance plots, etc.
    • Would be useful for WarpX, ImpactX, and HiPACE++
  • Size: fit into local GPU memory, e.g., default 1024^2
  • 3 parser functions: axis1, axis2, filter
    • All three into the kernel
    • No RNG needed
  • Can be loosely on the exiting red
help wanted good first issue component: diagnostics

Simple, self-contained, clean code, well-documented, hobbyist 64-bit operating system for Intel and AMD processors. It's written in Assembly (Intel syntax) and C (GNU99 Standard) in which I strive for adding comments to the source code so it could be used as a reference for future OS developers

  • Updated May 5, 2022
  • C

Improve this page

Add a description, image, and links to the pic topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pic topic, visit your repo's landing page and select "manage topics."

Learn more