Skip to content

Add support for CU_JIT_SPLIT_COMPILE and CU_JIT_BINARY_LOADER_THREAD_COUNT #760

@eyalroz

Description

@eyalroz

CUDA 13.0 and 13.1 respectively added support for controlling the number of threads used during compilation:

  • CU_JIT_SPLIT_COMPILE - for "running compiler optimizations"
  • CU_JIT_BINARY_LOADER_THREAD_COUNT - for "device code compilation"

the distinction is not entirely clear. Regardless, we should support these.

There's a problem, which is that the PTX compilation library does not have a string option for CU_JIT_BINARY_LOADER_THREAD_COUNT.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions