S
S
Stanislav Martynov2019-03-07 16:47:43
GPGPU
Stanislav Martynov, 2019-03-07 16:47:43

Is there a C# to C translator for GPGPU?

Hello. There are some GPGPUs for Sharp. It is clear that there are OCL, CUDA, and any wrappers for them, but in order to use them, you need to write a separate code in C99. It would be great if you could run C# code on the GPU. Or maybe there are translators from C # to C, or at least articles about this (about the implementation of such translators)?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
G
GreatRash, 2019-03-07
@GreatRash

I'm zero on this question, but here's a google for "C# on GPU":
https://devblogs.nvidia.com/hybridizer-csharp/
https://archive.codeplex.com/?p=cudafy

K
Kovalsky, 2016-10-30
@webirus

var $nav_child = $('#mainmenu .parent .nav-child');

$('#mainmenu .parent').hover(
    function() {
        $nav_child.stop().slideDown(500);
    }, function() {
        $nav_child.stop().slideUp(500);
    }
);

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question