Skip to content

issues Search Results · repo:inducer/pycuda language:Python

Filter by

270 results
 (69 ms)

270 results

ininducer/pycuda (press backspace or delete to remove)

Hello. I have: Name: pycuda Version: 2025.1.1 nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2024 NVIDIA Corporation Built on Tue_Feb_27_16:28:36_Pacific_Standard_Time_2024 Cuda compilation ...
  • sdima75
  • Opened 
    on Jun 21
  • #482

Describe the bug getting this error: $ python Python 3.11.11 (main, Jun 17 2025, 00:46:57) [GCC 11.5.0] on linux ...
bug
  • Sinan81
  • 5
  • Opened 
    on Jun 18
  • #481

Describe the bug importing the driver causes a load error To Reproduce running only this causes the error pythonimport pycuda.driver and the error i get is this: ImportError ...
bug
  • saflota
  • Opened 
    on Jun 4
  • #478

gpuarray class in python: self.gpudata = self.allocator(self.size * self.dtype.itemsize) self.allocator(self.size * self.dtype.itemsize) is a new class in cpp: device_allocation *mem_alloc_wrap(size_t ...
bug
  • Yes-Jumby
  • 1
  • Opened 
    on Mar 19
  • #475

Build fails for python 3.13, because PyEval_CallFunction has been removed, see https://github.com/python/cpython/issues/105107 . Compiler error: bpl-subset/bpl_subset/pycudaboost/python/call.hpp:62:9: ...
bug
  • sxntxn
  • 5
  • Opened 
    on Feb 6
  • #474

Windows 11, CUDA 12.1 , Python 3.10 Here is my Python script from OpenGL.GL import * import pygame import pycuda.driver as cuda import pycuda.gl import pycuda.autoinit import numpy as np gpu=pycuda.autoinit.device ...
bug
  • ccarmatic
  • Opened 
    on Nov 12, 2024
  • #471

Is your feature request related to a problem? Please describe. I have a project which uses both Cuda and OpenGL , and I need pycuda.gl functionality Describe the solution you d like installing PyCuda ...
enhancement
  • ccarmatic
  • 1
  • Opened 
    on Nov 10, 2024
  • #470

Describe the bug I am using openai triton to write some operator. I want to use pycuda array instead of pytorch tensor, so i will not dependent on the pytorch(for some platform pytorch is not support). ...
bug
  • l1351868270
  • Opened 
    on Oct 17, 2024
  • #465

compiling with clang fails with errors related to enum values being out of bounds In file included from bpl-subset/bpl_subset/libs/python/src/converter/builtin_converters.cpp:6: In file included from ...
bug
  • gregjhogan
  • 3
  • Opened 
    on Oct 16, 2024
  • #464

Is your feature request related to a problem? Please describe. This problem is annoying me for years: I find pycuda runs extremely slow on Windows but not on Linux. My program contains ~20 ElementwiseKernels ...
enhancement
  • zzjjbb
  • 2
  • Opened 
    on Sep 18, 2024
  • #462
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub