Message boards : Number crunching : GPU WU's
Previous · 1 · 2 · 3
Author | Message |
---|---|
![]() Send message Joined: 1 Dec 05 Posts: 2071 Credit: 11,567,370 RAC: 12,445 ![]() |
Orochi Orochi is a library loading HIP and CUDA APIs dynamically, allowing the user to switch APIs at runtime. Therefore you don't need to compile two separate implementations for each API. This allows you to compile and maintain a single binary that can run on both AMD and NVIDIA GPUs. Unlike HIP, which uses hipamd or CUDA at compile-time, Orochi will dynamically load the corresponding HIP/CUDA shared libraries depending on your platform. In other words, it combines the functionality offered by HIPEW and CUEW into a single library |
![]() Send message Joined: 1 Dec 05 Posts: 2071 Credit: 11,567,370 RAC: 12,445 ![]() |
|
![]() Send message Joined: 1 Dec 05 Posts: 2071 Credit: 11,567,370 RAC: 12,445 ![]() |
Intel opened it's cpu opencl runtime |
![]() Send message Joined: 1 Dec 05 Posts: 2071 Credit: 11,567,370 RAC: 12,445 ![]() |
|
![]() Send message Joined: 1 Dec 05 Posts: 2071 Credit: 11,567,370 RAC: 12,445 ![]() |
HypSycl/OpenSycl has renamed as AdaptiveCpp AdaptiveCpp is the independent, community-driven modern platform for C++-based heterogeneous programming models targeting CPUs and GPUs from all major vendors. AdaptiveCpp lets applications adapt themselves to all the hardware found in the system. This includes use cases where a single binary needs to be able to target all supported hardware, or utilize hardware from different vendors simultaneously. |
![]() Send message Joined: 1 Dec 05 Posts: 2071 Credit: 11,567,370 RAC: 12,445 ![]() |
AdaptiveCpp has been repeatedly shown to deliver very competitive performance compared to other SYCL implementations or proprietary solutions like CUDA. The new version increases performance! And... No targets specification needed anymore! AdaptiveCpp now by default compiles with --acpp-targets=generic. This means that a simple compiler invocation such as acpp -o test -O3 test.cpp will create a binary that can run on Intel, NVIDIA and AMD GPUs. AdaptiveCpp 24.02 is the world's only SYCL compiler that does not require specifying compilation targets to generate a binary that can run "everywhere". |
![]() Send message Joined: 1 Dec 05 Posts: 2071 Credit: 11,567,370 RAC: 12,445 ![]() |
EuroHack24 EuroHack is a unique opportunity for current or prospective users groups of large hybrid CPU-GPU systems to either (1) port their (potentially) scalable application to GPU accelerators, (2) optimize an existing GPU-enabled application, on a state-of-the-art GPU system, or (3) optimize for the multicore. Focus should be in any case the parallelism of the application. The goal is that the development teams leave at the end of the week with applications executing faster, or at least with a clear roadmap of how to get there. |
![]() Send message Joined: 1 Dec 05 Posts: 2071 Credit: 11,567,370 RAC: 12,445 ![]() |
Not a good day for the "openess" of possibility to code on gpu: Zluda taken down |
![]() Send message Joined: 1 Dec 05 Posts: 2071 Credit: 11,567,370 RAC: 12,445 ![]() |
|
![]() Send message Joined: 1 Dec 05 Posts: 2071 Credit: 11,567,370 RAC: 12,445 ![]() |
Nvidia 5090 seems a little monster in gpgpu (cost and consumption are not for everyone, by the way) It's a pity that the works on gpu's app seems blocked... |
![]() Send message Joined: 28 Mar 20 Posts: 1849 Credit: 18,534,891 RAC: 0 |
Nvidia 5090 seems a little monster in gpgpu (cost and consumption are not for everyone, by the way)Yeah, it's a compute/productivity/AI/ML card pure & simple. You can use it for gaming (and that's what the x090 series of cards used to be for), but it's gaming performance isn't all that much better than the previous RTX 4090. However, for compute work- it's way ahead. For some types of compute work, it's way, way, way ahead (and for the price they're charging for it, it would have to be to make it worthwhile for people to buy it). With optimisation to take advantage of the RTX 5090s new & improved capabilities, it will be even more impressive. Grant Darwin NT |
![]() Send message Joined: 1 Dec 05 Posts: 2071 Credit: 11,567,370 RAC: 12,445 ![]() |
However, for compute work- it's way ahead. For some types of compute work, it's way, way, way ahead (and for the price they're charging for it, it would have to be to make it worthwhile for people to buy it). 2000$ is NOT cheap. But it's less (much less) than a H100/H200 gpu accelerator |
Chooka![]() Send message Joined: 25 Jan 17 Posts: 9 Credit: 14,531,856 RAC: 6,613 ![]() |
Nvidia 5090 seems a little monster in gpgpu (cost and consumption are not for everyone, by the way)Yeah, it's a compute/productivity/AI/ML card pure & simple. Well the 50 series is absurdly priced and I always like to wait for those with really deep pockets (or just financially inept) to buy these new cards and test them first :) For instance, over at Primegrid, (although it's early days), the 5070ti is looking SLOWER than a 4070ti! The guys at PG are still doing testing but I'm glad I didn't go out and buy one first (not that I would spend AUD$1700 - $2000 on a 70 series card) Ridiculous. ![]() ![]() |
![]() Send message Joined: 1 Dec 05 Posts: 2071 Credit: 11,567,370 RAC: 12,445 ![]() |
One year ago, Ralph@Home launched the first gpu app for Rosetta@Home. After that, the silence... |
Bryn Mawr Send message Joined: 26 Dec 18 Posts: 421 Credit: 13,955,941 RAC: 4,299 ![]() |
One year ago, Ralph@Home launched the first gpu app for Rosetta@Home. It obviously didn’t work well in practice and it’s either being rewritten or it’s been dropped. |
![]() Send message Joined: 28 Mar 20 Posts: 1849 Credit: 18,534,891 RAC: 0 |
It was working quite well- there were bugs that needed to be addressed, but they were ripping through the work way faster than the CPUs do and providing good results.One year ago, Ralph@Home launched the first gpu app for Rosetta@Home. But it was around the same time they abandoned Ralph, that they effectively abandoned the main project here at Rosetta. Grant Darwin NT |
![]() Send message Joined: 1 Dec 05 Posts: 2071 Credit: 11,567,370 RAC: 12,445 ![]() |
It obviously didn’t work well in practice and it’s either being rewritten or it’s been dropped. Or, maybe, it works but it needed some works on it (optimization, ect) So, it's dropped. |
![]() Send message Joined: 1 Dec 05 Posts: 2071 Credit: 11,567,370 RAC: 12,445 ![]() |
But it was around the same time they abandoned Ralph, that they effectively abandoned the main project here at Rosetta. Seems correct. |
Message boards :
Number crunching :
GPU WU's
©2025 University of Washington
https://www.bakerlab.org