imgits

Results 1 issues of imgits

The code in file **ComputeSharp/samples/ComputeSharp.Benchmark/Blas/BlasHelpers.cs** at line 97: `int x_offset = (ThreadIds.X * n * p) + (ThreadIds.Y * m);` Should it be: `int x_offset = (ThreadIds.X * n *...

bug :bug:
untriaged :toolbox: