"int64_t" is defined in stdint.h; must use "long" in OpenCL kernels instead

This commit is contained in:
Axel Kohlmeyer
2021-08-26 22:46:08 -04:00
parent 42a3a7d10f
commit bbb3f35aa3
5 changed files with 18 additions and 6 deletions

View File

@ -2712,7 +2712,7 @@ Below is a brief C code demonstrating accessing this collected bond information.
#include <stdio.h>
#include <stdlib.h>
#include <inttypes.h>
#include <stdint.h>
#include "library.h"
int main(int argc, char **argv)