20#ifndef _SOURCE_TF_TEST_H_
21#define _SOURCE_TF_TEST_H_
23#include "TissueForge_private.h"
32 typedef std::tuple<char*, size_t> testImage_t;
33 CPPAPI_FUNC(testImage_t) testImage();
35 typedef std::unordered_map<std::string, std::string> testHeadless_t;
36 CPPAPI_FUNC(testHeadless_t) testHeadless();
void test(const int &numBlocks, const int &numThreads, const int &numEls, const int &deviceId=0)
Tests JIT-compiled program execution and deployment.
Include Python header, disable linking to pythonX_d.lib on Windows in debug mode.
Definition tfAngleConfig.h:26