Skip to content Skip to sidebar Skip to footer
Showing posts with the label Cuda

Is It Safe To Implement Cuda Gridsync() In Numba Like This

Numba lacks the cuda-C command gridsync() so there is not a canned method for syncing across an ent… Read more Is It Safe To Implement Cuda Gridsync() In Numba Like This

Why Launching A Numba Cuda Kernel Works With Up To 640 Threads, But Fails With 641 When There's Plenty Of Gpu Memory Free?

I have a Numba cuda kernel which I can launch with up to 640 threads and 64 blocks on an RTX 3090. … Read more Why Launching A Numba Cuda Kernel Works With Up To 640 Threads, But Fails With 641 When There's Plenty Of Gpu Memory Free?

Cuda Api Error On Python With Numba

I'm kind of new to numba and was trying to speed up my monte carlo method with it. Im currently… Read more Cuda Api Error On Python With Numba

Mac Caffe Cuda Driver Issue

I'm trying to build caffe with the python wrapper on Mac OSX 10.0, but keep getting the followi… Read more Mac Caffe Cuda Driver Issue

Cuda Shared Memory Issue (and Using Cuda With Python/ctypes)

Somehow when I modify d_updated_water_flow_map in below code, d_terrain_height_map gets modified to… Read more Cuda Shared Memory Issue (and Using Cuda With Python/ctypes)

How Can I Use Tensorflow Without Cuda On Linux?

I have two computers without CUDA: one runs on Microsoft Windows, the other one runs on Linux (Ubun… Read more How Can I Use Tensorflow Without Cuda On Linux?

Pycuda Error In Execution

This is my pycuda code for rotation.I have installed the latest cuda drivers and I use a nvidia gpu… Read more Pycuda Error In Execution

Adapt Existing Code And Kernel Code To Perform A High Number Of 3x3 Matrix Inversion

Following a previous question ( Performing high number of 4x4 matrix inversion - PyCuda ), consider… Read more Adapt Existing Code And Kernel Code To Perform A High Number Of 3x3 Matrix Inversion