Campy icon indicating copy to clipboard operation
Campy copied to clipboard

A compiler for NET CIL for GP-GPU computing in .NET languages.

Results 5 Campy issues
Sort by recently updated
recently updated
newest added

Bumps System.Text.RegularExpressions from 4.3.0 to 4.3.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=System.Text.RegularExpressions&package-manager=nuget&previous-version=4.3.0&new-version=4.3.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps System.Net.Http from 4.3.3 to 4.3.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=System.Net.Http&package-manager=nuget&previous-version=4.3.3&new-version=4.3.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

When run code from readme i see error ``` System.DllNotFoundException: Unable to load DLL 'campy-runtime-wrapper' or one of its dependencies: Не найден указанный модуль. (Exception from HRESULT: 0x8007007E) at Campy.Meta.RUNTIME.InitTheBcl(IntPtr...

Hi @kaby76 Could you explaine a little bit about the difference betwee [ManagedCuda](https://github.com/kunzmi/managedCuda) and `Campy`? I'm just confusied to choose.

``` int n = 10; var rand = new Random(); double[] x = new double[n]; double[] y = new double[n]; for (int i = 0; i < n; i++) {...