fibonacci_cuda_kernel.h
Go to the documentation of this file.
1 #include "ttg/config.h"
2 #include <cinttypes>
3 
4 void next_value(int64_t* fn_and_fnm1);
void next_value(int64_t *fn_and_fnm1)