JuliaGPU/CUDA.jl

Document Mem.pin more explicitly to make it more findable

Open

#1 570 ouverte le 30 juil. 2022

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)Julia (274 forks)batch import
documentationgood first issue

Métriques du dépôt

Stars
 (1 408 stars)
Métriques de merge PR
 (Merge moyen 5j 5h) (16 PRs mergées en 30 j)

Description

The concept of memory pinning is discussed in the “Tasks and threads” section of the documentation (in multitasking.md), but Mem.pin is only shown as part of a larger example. It would nice to have Mem.pin documented in the “CUDA driver” section (driver.md) alongside alloc, register, advise, etc. A doc string would be nice too.

Guide contributeur