Go to the source code of this file.
|
MCROISPC_API void | ISPCLaunch (void **handlePtr, void *f, void *data, int countx, int county, int countz) |
|
MCROISPC_API void * | ISPCAlloc (void **handlePtr, int64_t size, int32_t alignment) |
|
MCROISPC_API void | ISPCSync (void *handle) |
|
- Copyright
- This Source Code is subject to the terms of the Mozilla Public License, v2.0. If a copy of the MPL was not distributed with this file You can obtain one at https://mozilla.org/MPL/2.0/
- Author
- David Mórász
- Date
- 2025
Definition in file IspcParallelism.h.
◆ ISPCAlloc()
MCROISPC_API void * ISPCAlloc |
( |
void ** | handlePtr, |
|
|
int64_t | size, |
|
|
int32_t | alignment ) |
◆ ISPCLaunch()
MCROISPC_API void ISPCLaunch |
( |
void ** | handlePtr, |
|
|
void * | f, |
|
|
void * | data, |
|
|
int | countx, |
|
|
int | county, |
|
|
int | countz ) |
◆ ISPCSync()
MCROISPC_API void ISPCSync |
( |
void * | handle | ) |
|