computablee / DotMP

A collection of powerful abstractions for parallel programming in .NET with an OpenMP-like API.
https://computablee.github.io/DotMP/
GNU Lesser General Public License v2.1
29 stars 8 forks source link

[CI] Fix code quality tests #129

Closed computablee closed 9 months ago

computablee commented 9 months ago

Currently, code quality is failing. This is due to the jscpd detector, and fails in GPUTests.cs and Buffer.cs. This should be fixed to tidy up the checks.