veganism.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Veganism Social is a welcoming space on the internet for vegans to connect and engage with the broader decentralized social media community.

Administered by:

Server stats:

293
active users

#opencl

3 posts3 participants0 posts today
@reiver ⊼ (Charles) :batman:(programming) Golang & OpenGL
HGPU group<p>ConTraPh: Contrastive Learning for Parallelization and Performance Optimization</p><p><a href="https://mast.hpc.social/tags/OpenCL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OpenCL</span></a> <a href="https://mast.hpc.social/tags/OpenACC" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OpenACC</span></a> <a href="https://mast.hpc.social/tags/OpenMP" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OpenMP</span></a> <a href="https://mast.hpc.social/tags/HPC" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>HPC</span></a> <a href="https://mast.hpc.social/tags/LLM" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>LLM</span></a> <a href="https://mast.hpc.social/tags/CodeGeneration" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CodeGeneration</span></a></p><p><a href="https://hgpu.org/?p=30084" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">hgpu.org/?p=30084</span><span class="invisible"></span></a></p>
PitCrew<p>ICYMI: OCCT 14.2.4 has been released!</p><p><a href="https://mastodon.social/tags/AMD" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>AMD</span></a> <a href="https://mastodon.social/tags/Intel" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Intel</span></a> <a href="https://mastodon.social/tags/Linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Linux</span></a> <a href="https://mastodon.social/tags/LinuxGaming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>LinuxGaming</span></a> <a href="https://mastodon.social/tags/NVIDIA" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>NVIDIA</span></a> <a href="https://mastodon.social/tags/OpenCL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OpenCL</span></a> <a href="https://mastodon.social/tags/PCGaming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PCGaming</span></a> <a href="https://mastodon.social/tags/Radeon" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Radeon</span></a> <a href="https://mastodon.social/tags/Vulkan" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Vulkan</span></a></p><p><a href="https://store.steampowered.com/news/app/3515100/view/499455091736051936" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">store.steampowered.com/news/ap</span><span class="invisible">p/3515100/view/499455091736051936</span></a></p>
Martin Boller :debian: :tux: :freebsd: :windows: :mastodon:<p>Short write-up on running Hashcat 7 (or older) with OpenCL on CPUs and/or using the Nouveau FOSS driver for NVIDIA cards. </p><p><a href="http://www.infosecworrier.dk/blog/2025/08/opencl/" rel="nofollow noopener" target="_blank">www.infosecworrier.dk/blog/2025/08/opencl/</a></p><p>All the good stuff is from <span class="h-card" translate="no"><a href="https://infosec.exchange/@tychotithonus" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>tychotithonus</span></a></span> original post. The rest is just me standing on his shoulders.</p><p><a href="https://infosec.exchange/tags/Hashcat" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Hashcat</span></a> <a href="https://infosec.exchange/tags/OpenCL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OpenCL</span></a> <a href="https://infosec.exchange/tags/Nouveau" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Nouveau</span></a> <a href="https://infosec.exchange/tags/Linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Linux</span></a> <a href="https://infosec.exchange/tags/ABC" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ABC</span></a> <a href="https://infosec.exchange/tags/AlwaysBeCracking" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>AlwaysBeCracking</span></a> <a href="https://infosec.exchange/tags/NVIDIA" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>NVIDIA</span></a> <a href="https://infosec.exchange/tags/Legacy" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Legacy</span></a></p>
Dr. Moritz Lehmann<p>Turns out the <a href="https://mast.hpc.social/tags/OpenCL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OpenCL</span></a> __builtin_amdgcn_sdot4 intrinsic for dp4a on AMD <a href="https://mast.hpc.social/tags/GPU" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GPU</span></a>​s is only supported up to RDNA2. RDNA3+ needs another intrinsic, __builtin_amdgcn_sudot4 🖖🤯<br>My OpenCL-Benchmark now supports both: <a href="https://github.com/ProjectPhysX/OpenCL-Benchmark/blob/master/src/kernel.cpp#L6-L20" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/ProjectPhysX/OpenCL</span><span class="invisible">-Benchmark/blob/master/src/kernel.cpp#L6-L20</span></a><br><a href="https://github.com/llvm/llvm-project/blob/c1968fee972859dfd03a7e698422e18a5bc1d478/llvm/include/llvm/IR/IntrinsicsAMDGPU.td#L3213" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/llvm/llvm-project/b</span><span class="invisible">lob/c1968fee972859dfd03a7e698422e18a5bc1d478/llvm/include/llvm/IR/IntrinsicsAMDGPU.td#L3213</span></a></p>
PitCrew<p>ICYMI: Update Notes for OCCT 14.2.3</p><p><a href="https://mastodon.social/tags/AMD" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>AMD</span></a> <a href="https://mastodon.social/tags/Intel" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Intel</span></a> <a href="https://mastodon.social/tags/Linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Linux</span></a> <a href="https://mastodon.social/tags/LinuxGaming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>LinuxGaming</span></a> <a href="https://mastodon.social/tags/NVIDIA" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>NVIDIA</span></a> <a href="https://mastodon.social/tags/OpenCL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OpenCL</span></a> <a href="https://mastodon.social/tags/PCGaming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PCGaming</span></a> <a href="https://mastodon.social/tags/Radeon" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Radeon</span></a> <a href="https://mastodon.social/tags/Vulkan" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Vulkan</span></a></p><p><a href="https://store.steampowered.com/news/app/3515100/view/499453445510529075" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">store.steampowered.com/news/ap</span><span class="invisible">p/3515100/view/499453445510529075</span></a></p>
Neustradamus :xmpp: :linux:<p><a href="https://mastodon.social/tags/Mesa" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Mesa</span></a> 25.1.5 has been released (<a href="https://mastodon.social/tags/Mesa3D" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Mesa3D</span></a> / <a href="https://mastodon.social/tags/Mesa3DGraphicsLibrary" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Mesa3DGraphicsLibrary</span></a> / <a href="https://mastodon.social/tags/GraphicsLibrary" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GraphicsLibrary</span></a> / <a href="https://mastodon.social/tags/OpenGL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OpenGL</span></a> / <a href="https://mastodon.social/tags/EGL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>EGL</span></a> / <a href="https://mastodon.social/tags/OpenCL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OpenCL</span></a> / <a href="https://mastodon.social/tags/Vulkan" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Vulkan</span></a> / <a href="https://mastodon.social/tags/Gallium3D" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Gallium3D</span></a>) <a href="https://mesa3d.org/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">mesa3d.org/</span><span class="invisible"></span></a></p>
PitCrew<p>ICYMI: OCCT - Update notes for 14.2.1</p><p><a href="https://mastodon.social/tags/AMD" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>AMD</span></a> <a href="https://mastodon.social/tags/Intel" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Intel</span></a> <a href="https://mastodon.social/tags/Linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Linux</span></a> <a href="https://mastodon.social/tags/LinuxGaming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>LinuxGaming</span></a> <a href="https://mastodon.social/tags/NVIDIA" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>NVIDIA</span></a> <a href="https://mastodon.social/tags/OpenCL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OpenCL</span></a> <a href="https://mastodon.social/tags/PCGaming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PCGaming</span></a> <a href="https://mastodon.social/tags/Radeon" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Radeon</span></a> <a href="https://mastodon.social/tags/Vulkan" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Vulkan</span></a></p><p><a href="https://store.steampowered.com/news/app/3515100/view/532103833458835534" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">store.steampowered.com/news/ap</span><span class="invisible">p/3515100/view/532103833458835534</span></a></p>
PitCrew<p>ICYMI: OCCT - Update notes for version 14.2</p><p><a href="https://mastodon.social/tags/AMD" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>AMD</span></a> <a href="https://mastodon.social/tags/Intel" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Intel</span></a> <a href="https://mastodon.social/tags/Linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Linux</span></a> <a href="https://mastodon.social/tags/LinuxGaming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>LinuxGaming</span></a> <a href="https://mastodon.social/tags/NVIDIA" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>NVIDIA</span></a> <a href="https://mastodon.social/tags/OpenCL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OpenCL</span></a> <a href="https://mastodon.social/tags/PCGaming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PCGaming</span></a> <a href="https://mastodon.social/tags/Radeon" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Radeon</span></a> <a href="https://mastodon.social/tags/Vulkan" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Vulkan</span></a></p><p><a href="https://store.steampowered.com/news/app/3515100/view/499451286721140341" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">store.steampowered.com/news/ap</span><span class="invisible">p/3515100/view/499451286721140341</span></a></p>
Khronos Group<p>OpenCL v3.0.19 maintenance update released with bug fixes &amp; clarifications and adds two new extensions: cl_khr_spirv_queries to simplify querying the SPIR-V capabilities of a device, and cl_khr_external_memory_android_hardware_buffer to more efficiently interoperate with other APIs on Android devices. In addition, the cl_khr_kernel_clock extension to sample a clock within a kernel has been finalized and is no longer an experimental extension. </p><p>Khronos <a href="https://fosstodon.org/tags/OpenCL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OpenCL</span></a> Registry: <a href="https://registry.khronos.org/OpenCL/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">registry.khronos.org/OpenCL/</span><span class="invisible"></span></a></p>
Rainer<p><span class="h-card" translate="no"><a href="https://federation.network/@GuettisKnippse" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>GuettisKnippse</span></a></span> <br>Unter Einstellungen/Bearbeitung/<br><a href="https://social.anoxinon.de/tags/OpenCL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OpenCL</span></a> aktiviert?</p>
Dr. Moritz Lehmann<p>Finally I can "SLI" AMD+Intel+Nvidia <a href="https://mast.hpc.social/tags/GPU" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GPU</span></a>​s at home! I simulated this crow in flight at 680M grid cells in 36GB VRAM, pooled together from<br>- 🟥 <a href="https://mast.hpc.social/tags/AMD" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>AMD</span></a> Radeon RX 7700 XT 12GB (RDNA3)<br>- 🟦 <a href="https://mast.hpc.social/tags/Intel" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Intel</span></a> Arc B580 12GB (Battlemage)<br>- 🟩 <a href="https://mast.hpc.social/tags/Nvidia" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Nvidia</span></a> Titan Xp 12GB (Pascal)<br>My <a href="https://mast.hpc.social/tags/FluidX3D" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>FluidX3D</span></a> <a href="https://mast.hpc.social/tags/CFD" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CFD</span></a> software can pool the VRAM of any combination of any GPUs together via <a href="https://mast.hpc.social/tags/OpenCL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OpenCL</span></a>.<br><a href="https://mast.hpc.social/tags/Kr%C3%A4henliebe" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Krähenliebe</span></a> <a href="https://mast.hpc.social/tags/birds" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>birds</span></a> <a href="https://mast.hpc.social/tags/crow" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>crow</span></a><br><a href="https://www.youtube.com/watch?v=1z5-ddsmAag" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">youtube.com/watch?v=1z5-ddsmAa</span><span class="invisible">g</span></a></p>
John-Mark Gurney<p>As usual, getting something like GPU compute that's cross platform working is a message because everyone likes to do their own thing and reinvent the wheel.</p><p>I would like something that is [modern] macOS and FreeBSD compatible, but doesn't look like that's possible since Apple deprecated OpenCL.</p><p>(Also, could Apple have picked a less searchable term for their new GPU framework?)</p><p>It's again looking like the best way to be cross platform is to use JS+browser.</p><p>Or am I missing some library?</p><p><a href="https://flyovercountry.social/tags/OpenCL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OpenCL</span></a> <a href="https://flyovercountry.social/tags/GPUCompute" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GPUCompute</span></a> <a href="https://flyovercountry.social/tags/FreeBSD" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>FreeBSD</span></a></p>
Dr. Moritz Lehmann<p>Is it possible to run AMD+Intel+Nvidia <a href="https://mast.hpc.social/tags/GPU" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GPU</span></a>​s in the same PC? Yes! 🖖😋<br>Got this RDNA3 chonker for free from 11 bit studios contest! It completes my 36GB VRAM RGB SLI abomination setup: <br>- 🟥 <a href="https://mast.hpc.social/tags/AMD" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>AMD</span></a> Radeon RX 7700 XT 12GB<br>- 🟦 <a href="https://mast.hpc.social/tags/Intel" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Intel</span></a> Arc B580 12GB<br>- 🟩 <a href="https://mast.hpc.social/tags/Nvidia" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Nvidia</span></a> Titan Xp 12GB<br>The drivers all work together in <a href="https://mast.hpc.social/tags/Linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Linux</span></a> Ubuntu 24.04.2. Backbone is an ASUS ProArt Z790 with i7-13700K and 64GB, PCIe 4.0 x8/x8 + 3.0 x4 - plenty interconnect bandwidth.<br>Finally I can develop and test <a href="https://mast.hpc.social/tags/OpenCL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OpenCL</span></a> on all major patforms!</p>
Dr. Moritz Lehmann<p><a href="https://opencl.gpuinfo.org/displayreport.php?id=5078" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">opencl.gpuinfo.org/displayrepo</span><span class="invisible">rt.php?id=5078</span></a> 🖖😏<br>Nvidia <a href="https://mast.hpc.social/tags/B200" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>B200</span></a> <a href="https://mast.hpc.social/tags/Blackwell" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Blackwell</span></a> in <a href="https://mast.hpc.social/tags/OpenCL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OpenCL</span></a></p>
Dr. Moritz Lehmann<p>My <a href="https://mast.hpc.social/tags/IWOCL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>IWOCL</span></a> 2025 Keynote presentation is online! 🖖🧐<br>Scaling up <a href="https://mast.hpc.social/tags/FluidX3D" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>FluidX3D</span></a> <a href="https://mast.hpc.social/tags/CFD" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CFD</span></a> beyond 100 Billion cells on a single computer - a story about the true cross-compatibility of <a href="https://mast.hpc.social/tags/OpenCL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OpenCL</span></a><br><a href="https://www.youtube.com/watch?v=Sb3ibfoOi0c&amp;list=PLA-vfTt7YHI2HEFrpzPhhQ8PhiztKhHU8&amp;index=1" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">youtube.com/watch?v=Sb3ibfoOi0</span><span class="invisible">c&amp;list=PLA-vfTt7YHI2HEFrpzPhhQ8PhiztKhHU8&amp;index=1</span></a><br>Slides: <a href="https://www.iwocl.org/wp-content/uploads/iwocl-2025-moritz-lehmann-keynote.pdf" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">iwocl.org/wp-content/uploads/i</span><span class="invisible">wocl-2025-moritz-lehmann-keynote.pdf</span></a></p>
Dr. Moritz Lehmann<p>I just uploaded the 5000th <a href="https://mast.hpc.social/tags/OpenCL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OpenCL</span></a> hardware report to <span class="h-card" translate="no"><a href="https://mastodon.gamedev.place/@sascha" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>sascha</span></a></span>'s gpuinfo.org database! 🖖🥳 And guess what <a href="https://mast.hpc.social/tags/GPU" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GPU</span></a> I reserved the spot for: <a href="https://mast.hpc.social/tags/Intel" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Intel</span></a> Arc B580 <a href="https://mast.hpc.social/tags/Battlemage" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Battlemage</span></a> 🟦<br><a href="https://opencl.gpuinfo.org/displayreport.php?id=5000" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">opencl.gpuinfo.org/displayrepo</span><span class="invisible">rt.php?id=5000</span></a><br>I have contributed 4.2% (211) of all entries. 🖖🫡</p>
Dr. Moritz Lehmann<p>What an honor to start the&nbsp;<a href="https://mast.hpc.social/tags/IWOCL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>IWOCL</span></a>&nbsp;conference with my keynote talk! Nowhere else you get to talk to so many <a href="https://mast.hpc.social/tags/OpenCL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OpenCL</span></a>&nbsp;and&nbsp;<a href="https://mast.hpc.social/tags/SYCL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SYCL</span></a>&nbsp;experts in one room! I shared some updates on my <a href="https://mast.hpc.social/tags/FluidX3D" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>FluidX3D</span></a>&nbsp;<a href="https://mast.hpc.social/tags/CFD" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CFD</span></a>&nbsp;solver, how I optimized it at the smallest level of a single grid cell, to scale it up on the largest <a href="https://mast.hpc.social/tags/Intel" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Intel</span></a>&nbsp;<a href="https://mast.hpc.social/tags/Xeon6" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Xeon6</span></a>&nbsp;<a href="https://mast.hpc.social/tags/HPC" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>HPC</span></a>&nbsp;systems that provide more memory capacity than any <a href="https://mast.hpc.social/tags/GPU" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GPU</span></a>&nbsp;server. 🖖😃</p>
Dr. Moritz Lehmann<p>Just arrived in wonderful Heidelberg, looking forward to present the keynote talk at <a href="https://mast.hpc.social/tags/IWOCL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>IWOCL</span></a> tomorrow!! See you there! 🖖😁<br><a href="https://www.iwocl.org/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="">iwocl.org/</span><span class="invisible"></span></a> <a href="https://mast.hpc.social/tags/OpenCL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OpenCL</span></a> <a href="https://mast.hpc.social/tags/SYCL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SYCL</span></a> <a href="https://mast.hpc.social/tags/FluidX3D" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>FluidX3D</span></a> <a href="https://mast.hpc.social/tags/GPU" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GPU</span></a> <a href="https://mast.hpc.social/tags/HPC" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>HPC</span></a></p>
Dr. Moritz Lehmann<p>I made this <a href="https://mast.hpc.social/tags/FluidX3D" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>FluidX3D</span></a> <a href="https://mast.hpc.social/tags/CFD" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CFD</span></a> simulation run on a frankenstein zoo of 🟥AMD + 🟩Nvidia + 🟦Intel <a href="https://mast.hpc.social/tags/GPU" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GPU</span></a>​s! 🖖🤪<br><a href="https://www.youtube.com/watch?v=_8Ed8ET9gBU" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">youtube.com/watch?v=_8Ed8ET9gB</span><span class="invisible">U</span></a></p><p>The ultimate SLI abomination setup:<br>- 1x Nvidia A100 40GB<br>- 1x Nvidia Tesla P100 16GB<br>- 2x Nvidia A2 15GB<br>- 3x AMD Instinct MI50<br>- 1x Intel Arc A770 16GB</p><p>I split the 2.5B cells in 9 domains of 15GB - A100 takes 2 domains, the other GPUs 1 domain each. The GPUs communicate over PCIe via <a href="https://mast.hpc.social/tags/OpenCL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OpenCL</span></a>.</p><p>Huge thanks to Tobias Ribizel from TUM for the hardware!</p>