Advanced Multi-Physics (AMP)
On-Line Documentation
test.cu
Go to the documentation of this file.
1// this is just meant to experiment with how best to include
2// templated kernels
3#include "test.hpp"
4#include <cuda.h>
5
6
7__global__ void boo2( void ) {}
8
9void boo( void ) { boo2<<<1, 1>>>(); }



Advanced Multi-Physics (AMP)
Oak Ridge National Laboratory
Idaho National Laboratory
Los Alamos National Laboratory
This page automatically produced from the
source code by doxygen
Last updated: Tue Mar 10 2026 13:06:41.
Comments on this page