Rating:

It has opencl kernel elf file.(obj/alpha.bin)
Kernel has another elf at 0x1c26 offset.
That elf does some floating-pointer calculation.
And just analysis.

![compute](http://0wn.kr/compute.png)

It has serveral flag, So we need to find readable flag.

> nv1d14_d03S_1t_8etteR

Original writeup (https://github.com/5unKn0wn/ctfs/blob/master/2019/nullcon/compute.py).