ttg 1.0.0
Template Task Graph (TTG): flowgraph-based programming model for high-performance distributed-memory algorithms
Loading...
Searching...
No Matches
fibonacci_cuda_kernel.h
Go to the documentation of this file.
1// SPDX-License-Identifier: BSD-3-Clause
2#include "ttg/config.h"
3#include <cinttypes>
4
5void next_value(int64_t* fn_and_fnm1);
void next_value(int64_t *fn_and_fnm1)