Real GPU path#

Real GPU path — hand everything to the actual CUDA runtime.

Defined in code/simulator.h.

This page documents 1 symbols: 1 functions.

Functions#

Signature

Description

Availability

Location

Example

inline cudaError_t simLaunchCoop(F kernel, dim3 grid, dim3 block, size_t shmem, cudaStream_t stream, Args&... args)

Cooperative launch: the real runtime takes the kernel arguments as an array of pointers, so the portable macro goes through a helper that builds it.

nvcc only

simulator.h:256