Fix parsing of 'launch' so that angle brackets can be removed.
Issue #6.
This commit is contained in:
@@ -43,5 +43,5 @@ uniform float result[])
|
||||
|
||||
uniform int span = N / 8; // 8 tasks
|
||||
|
||||
launch[N/span] < saxpy_ispc_task(N, span, scale, X, Y, result) >;
|
||||
launch[N/span] saxpy_ispc_task(N, span, scale, X, Y, result);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user