TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

ComputeSharp 2.0 – run C# on the GPU with ease

49 pointsby benaadamsover 2 years ago

6 comments

rkagererover 2 years ago
I'd love to see some examples for non-graphics applications if applicable (eg. use a shader to do some kind of more general parallel compute task).
评论 #33812997 未加载
fxtentacleover 2 years ago
At first I was skeptical if this can work, because GPU and CPU are quite different architecturally.. But this is what's powering Paint.NET 5.0 and the benefit appears to be that you have GPU acceleration with an easy CPU fallback.
pjmlpover 2 years ago
I really like this kind of projects, because they broaden the access to GPGPU programming beyond the usual ones (C, C++, Fortran, shader languages).<p>Kudos for going at it.
ttoinouover 2 years ago
Nice! Wondering about the perf impact, but I guess if the developer isnt using too crazy data structures, the HLSL generated should be similar
ttoinouover 2 years ago
Just realized it would enable better debugging and better support for running the same on CPUs multi threaded too ! Nice !
drunkenmagicianover 2 years ago
This is very cool! I hope this code get supporting in Unity &#x2F; Godot and better still gets some (financial) love too.