hiperc icon indicating copy to clipboard operation
hiperc copied to clipboard

High Performance Computing Strategies for Boundary Value Problems

Results 27 hiperc issues
Sort by recently updated
recently updated
newest added

- [ ] CUDA code looks weird due to thread allocation model - Traditional: many memory addresses per core -> looping constructs - Accelerator: one memory address per thread ->...

documentation
GPU

On Debian Stretch, `opencl-headers` was insufficient: users will also need the appropriate ICD libraries, *e.g.* for MESA: - `ocl-icd-dev` - `ocl-icd-libopencl1` - `ocl-icd-opencl-dev`

documentation
GPU

It says the page doesn't exist yet.

bug
documentation

How about also adding C++11 threads into the mix? I've had quite good experience with them (I have a forthcoming _J. Res. NIST_ paper on that topic, and our other...

enhancement
CPU

http://on-demand.gputechconf.com/gtc/2016/presentation/s6510-jeff-larkin-targeting-gpus-openmp.pdf

enhancement
GPU

documentation
CPU
GPU
KNL

in gpu/cuda, I run ./diffusion ../params.txt The code appears to execute. PNGs and CSVs are generated. However, it looks like no time marching is occurring. The attached image is the...

bug
GPU

The tiled convolution algorithm is the heart of the accelerator codes. Explain it as clearly as possible.

enhancement
documentation
GPU

- grids - mask - bc - tiles - Discuss A[y][x] vs. A[y*nx + x] - Origin (0,0) is in the bottom-left for grids and the convolution mask

enhancement
documentation

- [x] [readthedocs](https://readthedocs.org) - [x] [gitter](http://gitter.im) - [ ] [reviewable](http://reviewable.io)

documentation
marketing