Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: Concatenation operation is not implemented for NumPy arrays, use np.concatenate() instead. #398

Open
davidnmunro opened this issue Jul 3, 2024 · 0 comments

Comments

@davidnmunro
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant