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