Skip to content

Instantly share code, notes, and snippets.

View jeffhammond's full-sized avatar

Jeff Hammond jeffhammond

View GitHub Profile
[ 0%] Building CUDA object CMakeFiles/magma.dir/magmablas/zgbtf2_kernels.cu.o
In file included from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/chrono:838,
from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/chrono:26,
from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support:24,
from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__atomic/wait/polling.h:27,
from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/atomic:41,
from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__cuda/atomic.h:24,
from /usr/local/cuda/targets/x86_64-linux/include/cuda/atomic:14,
from /usr/local/cuda/targets/x86_64-linux/include/cooperative_groups.h:61,
from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:15:
@jeffhammond
jeffhammond / container.md
Created March 5, 2023 17:36
Mukautuva lookup requirements

Goal:

A container C that satisfies the following:

// input = K and K
C.add_or_replace(Keytype K, Valuetype V);
@jeffhammond
jeffhammond / README.md
Last active August 29, 2015 13:57 — forked from certik/README.md

Compile using either of:

./compile_gnu

and you should get the result:

           3 T F
true -> false
           3 F T
false -> true