plastimatch
Loading...
Searching...
No Matches
delayload.h
Go to the documentation of this file.
1/* -----------------------------------------------------------------------
2 See COPYRIGHT.TXT and LICENSE.TXT for copyright and license information
3 ----------------------------------------------------------------------- */
4#ifndef _delayload_h_
5#define _delayload_h_
6
7#include "plmsys_config.h"
8#if PLM_CONFIG_LEGACY_CUDA_DELAYLOAD
9#include "delayload_legacy.h"
10#else
11#include "cuda_delayload.h"
12#endif
13
14#endif