Campy
Campy copied to clipboard
A compiler for NET CIL for GP-GPU computing in .NET languages.
Bumps System.Text.RegularExpressions from 4.3.0 to 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...
Bumps System.Net.Http from 4.3.3 to 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...
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++) {...