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.

AMD releases APPML source code, creates clMath library

82 pointsby jhartmannover 11 years ago

4 comments

chrisballingerover 11 years ago
Even though these libraries are open source, it cannot be built without their proprietary, binary-only &quot;AMD APP SDK&quot; [1], only available for Linux and Windows. Bummer.<p>1. <a href="http://developer.amd.com/tools-and-sdks/heterogeneous-computing/amd-accelerated-parallel-processing-app-sdk/downloads/" rel="nofollow">http:&#x2F;&#x2F;developer.amd.com&#x2F;tools-and-sdks&#x2F;heterogeneous-comput...</a>
评论 #6800561 未加载
评论 #6800075 未加载
jhartmannover 11 years ago
I noticed this today as I was searching around for some opencl image routines, and thought it was of general interest to the community. I really think this is an awesome thing, and the availability of a high performance open source BLAS that can be compiled to a wide array of OpenCL capable hardware is just great news.
albertzeyerover 11 years ago
I have recently started using ViennaCL (<a href="http://viennacl.sourceforge.net/" rel="nofollow">http:&#x2F;&#x2F;viennacl.sourceforge.net&#x2F;</a>). It has an Boost uBLAS-like interface and has backends for OpenMP, OpenCL, CUDA and uBLAS.<p>It is in very active development and the community is very nice and helpful.<p>I think there also doesn&#x27;t exists something similar, i.e. a lib which can easily do the calculations on both the CPU and the GPU (via OpenCL).
评论 #6801043 未加载
foxhillover 11 years ago
as cool as this is, it was dated august.<p>it&#x27;s still (practically) impossible to do a proper LINPACK benchmark with open source tools on AMD GPUs, although this is a step in the right direction, and more importantly, a big blow to CUDA.
评论 #6798362 未加载