Guest User

Untitled

a guest
Jun 21st, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.77 KB | None | 0 0
  1. Unhandled Exception: System.ArgumentException: failed to convert parameters
  2.   at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
  3.   at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
  4.   at GPUTests.MatrixMult.MatrixMultGPU (Extran.Nuda.nuimage2d`2 matrix_in_a, Extran.Nuda.nuimage2d`2 matrix_in_b, Extran.Nuda.nuimage2d`2 matrix_out, Int32 size) [0x00000] in <filename unknown>:0
  5.   at GPUTests.MatrixMult.MatrixMultSample (Double launching_time) [0x00000] in <filename unknown>:0
  6.   at GPUTests.MatrixMult.Main () [0x00000] in <filename unknown>:0
Add Comment
Please, Sign In to add comment