added cuda examples
This commit is contained in:
23
examples_cuda/mandelbrot_tasks3d/z.h
Normal file
23
examples_cuda/mandelbrot_tasks3d/z.h
Normal file
@@ -0,0 +1,23 @@
|
||||
//
|
||||
// z.h
|
||||
// (Header automatically generated by the ispc compiler.)
|
||||
// DO NOT EDIT THIS FILE.
|
||||
//
|
||||
|
||||
#ifndef ISPC_Z_H
|
||||
#define ISPC_Z_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
namespace ispc { /* namespace */
|
||||
#endif // __cplusplus
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /* namespace */
|
||||
#endif // __cplusplus
|
||||
|
||||
#endif // ISPC_Z_H
|
||||
Reference in New Issue
Block a user