Hüseyin Tuğrul BÜYÜKIŞIK

Results 51 comments of Hüseyin Tuğrul BÜYÜKIŞIK

Lazy builds were built on an FX8150. You may be missing some opportunities too, if you are on a new CPU, on top of some compiled code incompatibilities.

Does arrayOfPIs work with older version but not with newer version? Is it something about constructors? Does ckMulti() get used in a constructor of main program?

The thing about "const scalar parameters" were not implemented. Currently only arrays are included. If you have 80 int parameters, single int array of length 80 will do the job...

I'll try that .net version today(or within 1 2 hours) and put results here.

It could be AcceleratorType.GPU | AcceleratorType.CPU parameter error too.

I have .net 4.5 and this works: ``` using System; using System.Collections.Generic; using System.Text; using Cekirdekler; using Cekirdekler.ClArrays; namespace ConsoleApplication6 { class Program { static void Main(string[] args) { MyTester...

Is that a new update for windows or can it be specifically installed(4.7)? I'm on vs2015 currently.

Or maybe you are using vs2017+ ?

Can you check what exists in bottom of quick watch window? Is it a dll or something else?