Explorar el Código

julia: Expose STARPU_MATRIX_GET_LD in kernel codes.

Pierre Huchant hace 5 años
padre
commit
9cfe80c71f
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      julia/src/compiler/c.jl

+ 2 - 2
julia/src/compiler/c.jl

@@ -221,9 +221,9 @@ function substitute_args(expr :: StarpuExprFunction)
 end
 
 func_substitution = Dict(
-    :width => :STARPU_MATRIX_GET_NY,
+    :width  => :STARPU_MATRIX_GET_NY,
     :height => :STARPU_MATRIX_GET_NX,
-
+    :ld     => :STARPU_MATRIX_GET_LD,
     :length => :STARPU_VECTOR_GET_NX
 )