Function Macro

ArrowCUDAVERSION_CHECK

since: 17.0.0

Declaration [src]

#define GARROW_CUDA_VERSION_CHECK (
  major,
  minor,
  micro
)

Description [src]

You can use this macro in C pre-processor.

Available since: 17.0.0

This function is not directly available to language bindings.

Parameters

major

Type: -

A major version to check for.

minor

Type: -

A minor version to check for.

micro

Type: -

A micro version to check for.