Skip to content

Commit

Permalink
Merge pull request #148 from HamletTanyavong/dev
Browse files Browse the repository at this point in the history
Update Program.cs
  • Loading branch information
HamletTanyavong authored Sep 26, 2024
2 parents 3cd4d58 + fad8e08 commit baaeed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mathematics.NET/GPU/OpenCL/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public unsafe Program(ILogger<OpenCLService> logger, CL cl, Context context, Rea
_logger = logger;

var files = Directory
.EnumerateFiles(@"GPU\OpenCL\Kernels")
.EnumerateFiles(Path.Combine("GPU", "OpenCL", "Kernels"))
.Where(x => x.EndsWith(".c") || x.EndsWith(".cl"))
.ToArray();

Expand Down

0 comments on commit baaeed5

Please sign in to comment.