Parcourir la source

julia: Expose STARPU_MATRIX_GET_LD in kernel codes.

Pierre Huchant il y a 5 ans
Parent
commit
9cfe80c71f
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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
 )