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.

Cuda.jl v3.3: union types, debug info, graph APIs

156 pointsby ViralBShahalmost 4 years ago

5 comments

xvilkaalmost 4 years ago
I wish more attention would be towards open source alternatives for CUDA, such as AMD&#x27;s ROCm[1][2] and Julia framework using it - AMDGPU.jl[3]. It&#x27;s sad to see so many people praise NVIDIA which is the enemy of open source, openly hostile to anything except their oversized proprietary binary blobs.<p>[1] <a href="https:&#x2F;&#x2F;rocmdocs.amd.com&#x2F;en&#x2F;latest&#x2F;index.html" rel="nofollow">https:&#x2F;&#x2F;rocmdocs.amd.com&#x2F;en&#x2F;latest&#x2F;index.html</a><p>[2] <a href="https:&#x2F;&#x2F;github.com&#x2F;RadeonOpenCompute&#x2F;ROCm" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;RadeonOpenCompute&#x2F;ROCm</a><p>[3] <a href="https:&#x2F;&#x2F;github.com&#x2F;JuliaGPU&#x2F;AMDGPU.jl" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;JuliaGPU&#x2F;AMDGPU.jl</a>
评论 #27501552 未加载
评论 #27499515 未加载
评论 #27498993 未加载
评论 #27498936 未加载
评论 #27500222 未加载
评论 #27500689 未加载
up6w6almost 4 years ago
A fun fact is that the GPUCompiler, which compiles the code to run in GPU&#x27;s, is the current way to generate binaries without hiding the whole ~200mb of julia runtime in the binary.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;JuliaGPU&#x2F;GPUCompiler.jl&#x2F;" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;JuliaGPU&#x2F;GPUCompiler.jl&#x2F;</a> <a href="https:&#x2F;&#x2F;github.com&#x2F;tshort&#x2F;StaticCompiler.jl&#x2F;" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;tshort&#x2F;StaticCompiler.jl&#x2F;</a>
评论 #27499768 未加载
aardvarkralmost 4 years ago
Who knew that Julia could do CUDA work too? Every day I grow more and more impressed with the language.
评论 #27497684 未加载
评论 #27497368 未加载
pabs3almost 4 years ago
Are there similar things for other types of GPUs?<p>Edit: the site has one project per GPU type, shame there isn&#x27;t one interface that works with every GPU type instead.
评论 #27498782 未加载
评论 #27501603 未加载
评论 #27498515 未加载
Karrot_Kreamalmost 4 years ago
Really looking forward to Turing.jl gaining CUDA support