We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
<stdatomic.h>
1 parent f484cb8 commit a4fd8c6Copy full SHA for a4fd8c6
third_party/nvidia/backend/driver.c
@@ -3,7 +3,6 @@
3
#include <stdbool.h>
4
#define PY_SSIZE_T_CLEAN
5
#include <Python.h>
6
-#include <stdatomic.h>
7
8
// Raises a Python exception and returns false if code is not CUDA_SUCCESS.
9
static bool gpuAssert(CUresult code, const char *file, int line) {
0 commit comments