rapids

Clear all cached kernels from CuPY to force kernel compilation

Clear all cached kernels from CuPY to force kernel compilation Question: In the CuPY documentation, it is stated that "CuPy caches the kernel code sent to GPU device within the process, which reduces the kernel compilation time on further calls." This means that when one calls a function from CuPY, subsequent calls to this function …

Total answers: 1

Merge output from cugraph over vertex_id with input data

Merge output from cugraph over vertex_id with input data Question: If I create a graph with cugraph and then calculate position from the nodes or communities, I get a dataframe with information and a vertex id. So I have three questions: How is the vertex id created? Is there a way to merge the output …

Total answers: 1