You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i run the solid_mech/impact.py example with --cuda I get:
"Concatenation operation is not implemented for NumPy arrays, use np.concatenate() instead. Please do not rely on this error; it may not be given on all Python implementations."
When I run with --opencl I get:
"ptxas fatal : Unresolved extern function 'eigen_decomposition'"
Any ideas what I'm doing wrong? Thanks in advance.
Dave
The text was updated successfully, but these errors were encountered:
Hi,
I'm using 1) python/3.8.3 2) cuda/12.2 3) gcc/8.3.0
and the following packages:
appdirs==1.4.4
Beaker==1.12.1
compyle==0.9.dev0
cupy-cuda114==10.6.0
cyarray==1.1
Cython==0.29
decorator==5.1.1
fastrlock==0.8.1
Mako==1.2.4
MarkupSafe==2.1.1
numpy==1.21.6
platformdirs==4.2.0
pycuda==2024.1
pyopencl==2021.1
PySPH==1.0b1
pytools==2023.1.1
six==1.16.0
when i run the solid_mech/impact.py example with --cuda I get:
"Concatenation operation is not implemented for NumPy arrays, use np.concatenate() instead. Please do not rely on this error; it may not be given on all Python implementations."
When I run with --opencl I get:
"ptxas fatal : Unresolved extern function 'eigen_decomposition'"
Any ideas what I'm doing wrong? Thanks in advance.
Dave
The text was updated successfully, but these errors were encountered: