https://gpgpu-boxes.georgi-nikolov.com/
GPGPU Deferred Shaded Boxes
Rendering and animating lots of shaded boxes with hwoa-rang-gl
gpgpudeferredshadedboxes
https://chessgpgpu.blogspot.com/2013/01/initial-plan-for-shared-memory-usage.html
Chess on a GPGPU: Initial plan for shared memory usage
Global memory accesses are slow. Up to two orders of magnitude speed up can be achived by using shared memory. However, the shared memory is...
on ashared memorychessgpgpuinitial
https://chessgpgpu.blogspot.com/2013/02/memory-vs-speed.html
Chess on a GPGPU: Memory vs. speed
The trade-off between memory and speed is quite common in many computer algorithms. It is often possible to use more memory to gain speed. O...
on achessgpgpumemoryvs
https://www.intel.com/content/www/us/en/docs/vtune-profiler/user-guide/2023-1/render-gpgpu-command-streamer-loaded.html
Render/GPGPU Command Streamer Loaded
rendergpgpucommandstreamerloaded
https://chessgpgpu.blogspot.com/2013/03/back-to-drawing-board.html
Chess on a GPGPU: Back to the drawing board
In a previous post I told about the Kogge-Stone-style move generator I had implemented. Unfortunately, I forgot that I must stuff the genera...
on aback tochessgpgpudrawing
https://repository.lib.ncsu.edu/items/dff9ac26-7810-4a50-96b5-e73df18914fe
Let GPUs Work Harder: Performance Analysis and Optimization for GPGPU Applications.
performance analysisletgpusworkharder
https://chessgpgpu.blogspot.com/2013/02/thoughts-about-selective-search.html
Chess on a GPGPU: Thoughts about selective search
Because the branching factor affects the search so much, it makes sense to spend some time examining the different strategies used for pruni...
on achessgpgputhoughtsselective
https://research.cs.wisc.edu/vertical/wiki/index.php/Pubs2/B2hd-taco15miaow
Vertical Research Group | Pubs2 / Enabling GPGPU Low-level Hardware Explorations with MIAOW - An...
https://satnam6502.github.io/2009/12/15/gpgpu-fsharp.html
GPGPU and x64 Multicore Programming with Accelerator from F#. 15 December 2009 | Satnam Singh
Dec 15, 2009 - An MSDN blog article I wrote about doing GPU programming with F#: GPGPU and x64 Multicore Programming with Accelerator from F#
https://chessgpgpu.blogspot.com/2013/01/
Chess on a GPGPU: January 2013
A chess programming enthusiast trying to implement an efficient chess engine on a general purpose GPU using NVIDIA's CUDA parallel computing platform.
on achessgpgpujanuary
https://research.cs.wisc.edu/vertical/wiki/index.php/Pubs2/B2hd-DBLPconf-hotchips-GangadharBDG0JP15
Vertical Research Group | Pubs2 / MIAOW: An open source GPGPU
research groupopen sourceverticalmiaowgpgpu
https://www.techradar.com/news/computing-components/processors/comparing-micron-s-automata-processor-to-gpgpu-fpga-and-classic-co-processors-1238086/2
Comparing Micron's Automata processor to GPGPU, FPGA and classic co-processors: Page 2 - Page 2 |...
Apr 3, 2014 - A closer look at this new processing technology
https://chessgpgpu.blogspot.com/2013/01/floating-point-vs-integer-arithmetics.html
Chess on a GPGPU: Floating point vs. integer arithmetics
Eventually, the chess engine will be run on the GPU. The CUDA-C code (assuming that is the language of choice) has been compiled into machin...
on afloating pointchessgpgpuvs
https://gpgpu.gitbook.io/gpgpu/usdgp-token/token-spec
Token Spec | GPGPU
tokenspecgpgpu
https://www.intel.com/content/www/us/en/products/sku/66588/full-length-gpgpu-support-bracket-aupmgpubr/specifications.html
Full Length GPGPU support bracket AUPMGPUBR
Full Length GPGPU support bracket AUPMGPUBR quick reference with specifications, features, and technologies.
full lengthgpgpusupportbracket
https://its.uci.edu/research_products/conference-paper-gpu-evr-run-time-event-based-real-time-scheduling-framework-on-gpgpu-platform/
Conference Paper: GPU-EvR: Run-time event based real-time scheduling framework on GPGPU platform -...
https://research.google/pubs/gpucc-an-open-source-gpgpu-compiler/
GPUCC - An Open-Source GPGPU Compiler
open sourcegpgpucompiler
https://www.tomshardware.com/reviews/geforce-gtx-750-ti-review,3750-16.html
GPGPU: Floating-Point Performance - GeForce GTX 750 Ti Review: Maxwell Adds Performance Using Less...
Feb 18, 2014 - Now that Nvidia is designing graphics architectures with Tegra in mind, first and foremost, efficiency takes priority. Can the company's mainstream GeForce GTX...
https://chessgpgpu.blogspot.com/2013/04/bits-and-pieces.html
Chess on a GPGPU: Bits and pieces
I have been thinking about the GPU implementation again. The biggest issue is the memory consumption. I have previously shown that a positio...
on achessgpgpubitspieces
https://chessgpgpu.blogspot.com/2013/04/learning-from-experts.html
Chess on a GPGPU: Learning from Experts
Last week, I was listening to two presentations given by two guys working at NVIDIA Research. The presentations where about buidling tree st...
on alearning fromchessgpgpuexperts
https://asc.ziti.uni-heidelberg.de/projects/2005-geometricrefinement/
GPGPU Geometric Refinement - Application Specific Computing Group
Apr 27, 2026 - SummaryWith the appropriate library abstractions, basic GPGPU Scientific Computingbecomes a straight-forward parallelization task. However, implementations of...
application specificgpgpugeometricrefinementcomputing
https://www.coursera.org/learn/multicore-and-gpgpu-programming-mgp
Multicore and GPGPU Programming | Coursera
multicoregpgpuprogrammingcoursera
https://insight-archlab.github.io/gpgpu.html
GPGPU 2020 @PPoPP
gpgpuppopp
https://pure.psu.edu/en/publications/owl-cooperative-thread-array-aware-scheduling-techniques-for-impr-2/
OWL: Cooperative thread array aware scheduling techniques for improving GPGPU performance - Penn...
https://www.scirp.org/journal/paperinformation?paperid=69989
Simulations of a Novel All-Optical Flip-Flop Based on a Nonlinear DFB Laser Cavity Using GPGPU...
A new all-optical flip-flop based on a nonlinear Distributed feedback (DFB) structure is proposed. The device does not require a holding beam. A nonlinear part...
https://chessgpgpu.blogspot.com/
Chess on a GPGPU
A chess programming enthusiast trying to implement an efficient chess engine on a general purpose GPU using NVIDIA's CUDA parallel computing platform.
on achessgpgpu
https://research.ibm.com/publications/understanding-error-propagation-in-gpgpu-applications
Understanding Error Propagation in GPGPU Applications for SC 2016 - IBM Research
Understanding Error Propagation in GPGPU Applications for SC 2016 by Guanpeng Li et al.
error propagationapplications forunderstandinggpgpu
https://www.tomshardware.com/reviews/amd-785g-chipset,2381-14.html
GPGPU Benchmark - Updated: AMD 785G: The Venerable 780G, Evolved | Tom's Hardware
Aug 4, 2009 - AMD has enhanced one of its most popular integrated graphics chipsets with some compelling new features, creating the 785G. We examine this chipset, compare it...