working on testing system for nvptx

This commit is contained in:
Evghenii
2014-01-06 16:35:48 +01:00
parent 3972d740a6
commit 4562304a29
2 changed files with 136 additions and 4 deletions

View File

@@ -43,10 +43,10 @@
#include <windows.h>
#endif // ISPC_IS_WINDOWS
#include <assert.h>
#include <string.h>
#include <stdio.h>
#include <stdint.h>
#include <cassert>
#include <cstring>
#include <cstdio>
#include <cstdint>
#ifdef ISPC_IS_LINUX
#include <malloc.h>
#endif
@@ -57,6 +57,7 @@
#include <iostream>
#include <cuda.h>
#include "drvapi_error_string.h"
#include "ispc_malloc.h"
#define checkCudaErrors(err) __checkCudaErrors (err, __FILE__, __LINE__)
// These are the inline versions for all of the SDK helper functions