The problem that took him 5 years to fix in C++, I solved in a minute with D

Nicholas Wilson iamthewilsonator at hotmail.com
Fri Mar 11 10:34:34 UTC 2022


On Friday, 11 March 2022 at 06:41:37 UTC, Paulo Pinto wrote:
> What is dcompute answer to Hybridizer alongsiside Visual Studio 
> and Nsights?
>
> https://developer.nvidia.com/blog/hybridizer-csharp/
>
> https://developer.nvidia.com/nsight-visual-studio-edition

Hybridizer, seems to be the MSIL equivalent of dcompute.

As for VS, there is VisualD, and failing that you can get a lot 
of milage from pretending to be C++ and using the regular 
debugging tools for CUDA when you use the CUDA backend of 
dcompute.

I've not used NSight, but I don't see why it couldn't be used 
with VisualD.


More information about the Digitalmars-d mailing list