#gpuprogramming نتائج البحث

Understanding GPU Architecture from Cornell cvw.cac.cornell.edu/gpu-architectu… During a low-level discussion at a casual meetup, many folks were interested in understanding GPUs more closely. While CPUs optimize for complex control flow (see those big cores + caches), the GPUs maximize…

vivekgalatage's tweet image. Understanding GPU Architecture from Cornell 

cvw.cac.cornell.edu/gpu-architectu…

During a low-level discussion at a casual meetup, many folks were interested in understanding GPUs more closely.

While CPUs optimize for complex control flow (see those big cores + caches), the GPUs maximize…
vivekgalatage's tweet image. Understanding GPU Architecture from Cornell 

cvw.cac.cornell.edu/gpu-architectu…

During a low-level discussion at a casual meetup, many folks were interested in understanding GPUs more closely.

While CPUs optimize for complex control flow (see those big cores + caches), the GPUs maximize…
vivekgalatage's tweet image. Understanding GPU Architecture from Cornell 

cvw.cac.cornell.edu/gpu-architectu…

During a low-level discussion at a casual meetup, many folks were interested in understanding GPUs more closely.

While CPUs optimize for complex control flow (see those big cores + caches), the GPUs maximize…

This has to be one of the best GPU programming resources I've found - the GPU Glossary from Modal breaks down complex concepts with clear visuals and explanations, from CUDA architecture to Tensor Cores to CTAs. modal.com/gpu-glossary

vivekgalatage's tweet image. This has to be one of the best GPU programming resources I've found - the GPU Glossary from Modal breaks down complex concepts with clear visuals and explanations, from CUDA architecture to Tensor Cores to CTAs.

modal.com/gpu-glossary
vivekgalatage's tweet image. This has to be one of the best GPU programming resources I've found - the GPU Glossary from Modal breaks down complex concepts with clear visuals and explanations, from CUDA architecture to Tensor Cores to CTAs.

modal.com/gpu-glossary
vivekgalatage's tweet image. This has to be one of the best GPU programming resources I've found - the GPU Glossary from Modal breaks down complex concepts with clear visuals and explanations, from CUDA architecture to Tensor Cores to CTAs.

modal.com/gpu-glossary
vivekgalatage's tweet image. This has to be one of the best GPU programming resources I've found - the GPU Glossary from Modal breaks down complex concepts with clear visuals and explanations, from CUDA architecture to Tensor Cores to CTAs.

modal.com/gpu-glossary

Understanding GPU Architecture from Cornell cvw.cac.cornell.edu/gpu-architectu… During a low-level discussion at a casual meetup, many folks were interested in understanding GPUs more closely. While CPUs optimize for complex control flow (see those big cores + caches), the GPUs maximize…

vivekgalatage's tweet image. Understanding GPU Architecture from Cornell 

cvw.cac.cornell.edu/gpu-architectu…

During a low-level discussion at a casual meetup, many folks were interested in understanding GPUs more closely.

While CPUs optimize for complex control flow (see those big cores + caches), the GPUs maximize…
vivekgalatage's tweet image. Understanding GPU Architecture from Cornell 

cvw.cac.cornell.edu/gpu-architectu…

During a low-level discussion at a casual meetup, many folks were interested in understanding GPUs more closely.

While CPUs optimize for complex control flow (see those big cores + caches), the GPUs maximize…
vivekgalatage's tweet image. Understanding GPU Architecture from Cornell 

cvw.cac.cornell.edu/gpu-architectu…

During a low-level discussion at a casual meetup, many folks were interested in understanding GPUs more closely.

While CPUs optimize for complex control flow (see those big cores + caches), the GPUs maximize…


> this is how you map out a 2x GPU PCIe layout > every builder needs to know this cold > Buy a GPU is almost here > and it’s lane-checking all your builds —Buy a GPU, The Movement

TheAhmadOsman's tweet image. > this is how you map out a 2x GPU PCIe layout
> every builder needs to know this cold
> Buy a GPU is almost here
> and it’s lane-checking all your builds

—Buy a GPU, The Movement

NEWS: Introducing NVIDIA Rubin CPX — a new class of GPU purpose-built to handle million-token coding and generative video applications with groundbreaking speed and efficiency. Read more ➡️ nvda.ws/4pcjYau #AIInfraSummit #NVIDIARubin

nvidianewsroom's tweet image. NEWS: Introducing NVIDIA Rubin CPX — a new class of GPU purpose-built to handle million-token coding and generative video applications with groundbreaking speed and efficiency.

Read more ➡️ nvda.ws/4pcjYau

#AIInfraSummit #NVIDIARubin

We improved @cline, a popular open-source coding agent, by +15% accuracy on SWE-Bench — without retraining LLMs, changing tools, or modifying Cline's architecture. We achieved this simply through optimizing its ruleset, in ./clinerules — a user defined section for developers to…

aparnadhinak's tweet image. We improved @cline, a popular open-source coding agent, by +15% accuracy on SWE-Bench —  without retraining LLMs, changing tools, or modifying Cline's architecture.

We achieved this simply through optimizing its ruleset, in ./clinerules — a user defined section for developers to…

📝 New Blog Post 📝 I spent the summer diving into TSL and WebGPU, porting over my favorite shader work along the way This article compiles all my learnings, alongside many Compute Shader applications and practical TSL shader patterns blog.maximeheckel.com/posts/field-gu…

MaximeHeckel's tweet image. 📝 New Blog Post 📝

I spent the summer diving into TSL and WebGPU, porting over my favorite shader work along the way

This article compiles all my learnings, alongside many Compute Shader applications and practical TSL shader patterns

blog.maximeheckel.com/posts/field-gu…

Starting competitive programming again. This time programming GPUs to make em brr by shaping my code around big-O:

imsakg's tweet image. Starting competitive programming again. This time programming GPUs to make em brr by shaping my code around big-O:

GPU computing before CUDA was *weird*. Memory primitives were graphics shaped, not computer science shaped. Want to do math on an array? Store it as an RGBA texture. Fragment Shader for processing. *Paint* the result in a big rectangle.

lauriewired's tweet image. GPU computing before CUDA was *weird*.

Memory primitives were graphics shaped, not computer science shaped.

Want to do math on an array? Store it as an RGBA texture.

Fragment Shader for processing. *Paint* the result in a big rectangle.
lauriewired's tweet image. GPU computing before CUDA was *weird*.

Memory primitives were graphics shaped, not computer science shaped.

Want to do math on an array? Store it as an RGBA texture.

Fragment Shader for processing. *Paint* the result in a big rectangle.

BREAKING: NVIDIA just announced Rubin CPX, a new class of GPU purpose-built for massive-context processing. Rubin CPX works hand in hand with NVIDIA Vera CPUs and Rubin GPUs inside the new NVIDIA Vera Rubin NVL144 CPX platform. This enables AI systems to handle million-token…

The_AI_Investor's tweet image. BREAKING:

NVIDIA just announced Rubin CPX, a new class of GPU purpose-built for massive-context processing.

Rubin CPX works hand in hand with NVIDIA Vera CPUs and Rubin GPUs inside the
new NVIDIA Vera Rubin NVL144 CPX platform.

This enables AI systems to handle million-token…

came across a gem of a channel for learning gpu programming, covers > kernel basics > code simple neural network by just using cuda > cuda memory > performance factors in GPU wonder why these type channels and videos are so underappreciated

doesdatmaksense's tweet image. came across a gem of a channel for learning gpu programming, covers
> kernel basics
> code simple neural network by just using cuda
> cuda memory
> performance factors in GPU

wonder why these type channels and videos are so underappreciated

I started writing this programming guide a little more than 1y ago and I am still convinced that #WebGPU is a great choice for learning #graphics programming even for #Desktop use! Reasons follow 🧵⤵️ (The guide: eliemichel.github.io/LearnWebGPU )

exppad's tweet image. I started writing this programming guide a little more than 1y ago and I am still convinced that #WebGPU is a great choice for learning  #graphics programming even for #Desktop use!

Reasons follow 🧵⤵️

(The guide: eliemichel.github.io/LearnWebGPU )

4 strategies for Multi-GPU training, visually explained:


AMD announced a new ray-tracing gaming GPU core. AMD claims its next-gen Radeon GPU will adopt a "brand-new rendering approach" for ray tracing and path tracing in games, using a dedicated hardware block.

Pirat_Nation's tweet image. AMD announced a new ray-tracing gaming GPU core.

AMD claims its next-gen Radeon GPU will adopt a "brand-new rendering approach" for ray tracing and path tracing in games, using a dedicated hardware block.

⚡ Built my own graphics engine: Asthrarisine Sounds fun? Reality = invisible meshes, memory bugs & shader headaches. But here’s what made it work: #OpenGL #GraphicsEngine #GPUProgramming #GLTF #GameDev #ShaderProgramming


GPU programming: DAY 0 inspired by @sadernoheart and @elliotarledge I’m joining the gang of sharing daily progress and things that may be helpful GOAL: get extremely good at GPU programming REASON: want + can so weekend + today (let's include head start):

tim_acc's tweet image. GPU programming: DAY 0

inspired by @sadernoheart and @elliotarledge I’m joining the gang of sharing daily progress and things that may be helpful

GOAL: get extremely good at GPU programming

REASON: want + can

so weekend + today (let's include head start):
tim_acc's tweet image. GPU programming: DAY 0

inspired by @sadernoheart and @elliotarledge I’m joining the gang of sharing daily progress and things that may be helpful

GOAL: get extremely good at GPU programming

REASON: want + can

so weekend + today (let's include head start):

Open source GPGPU compiler! Full C++ support on the GPU.

jfbastien's tweet image. Open source GPGPU compiler!
Full C++ support on the GPU.

لا توجد نتائج لـ "#gpuprogramming"

Each common operation is implemented as its own .cu file—modular. intriguing. #CUDA #NVIDIA #GPUProgramming #libcudf

yasunrik's tweet image. Each common operation is implemented as its own .cu file—modular. intriguing.
#CUDA #NVIDIA #GPUProgramming #libcudf

"Need better CUDA textbooks. 'Programming Massively Parallel Processors' is a good intro. I've created C/CUDA C implementations for first 3 chapters. Check book & my GitHub repo for details. #CUDA #GPUprogramming"

taras_y_sereda's tweet image. "Need better CUDA textbooks. 'Programming Massively Parallel Processors' is a good intro. I've created C/CUDA C implementations for first 3 chapters. Check book & my GitHub repo for details. #CUDA #GPUprogramming"

#GPUProgramming - Day 07: 🔧 #CPU Hazards 101 🚧: Ever heard of #Register Renaming & Out-of-Order Execution? They tackle structural hazards, ensuring smooth sailing for instructions. Watch out for Data Hazards (#RAW, #WAR, #WAW) in #MIPS, but fear not! #COA #LearnInPublic

hridoy_bashir's tweet image. #GPUProgramming - Day 07:
🔧 #CPU Hazards 101 🚧: Ever heard of #Register Renaming & Out-of-Order Execution? They tackle structural hazards, ensuring smooth sailing for instructions. Watch out for Data Hazards (#RAW, #WAR, #WAW) in #MIPS, but fear not!
#COA #LearnInPublic
hridoy_bashir's tweet image. #GPUProgramming - Day 07:
🔧 #CPU Hazards 101 🚧: Ever heard of #Register Renaming & Out-of-Order Execution? They tackle structural hazards, ensuring smooth sailing for instructions. Watch out for Data Hazards (#RAW, #WAR, #WAW) in #MIPS, but fear not!
#COA #LearnInPublic
hridoy_bashir's tweet image. #GPUProgramming - Day 07:
🔧 #CPU Hazards 101 🚧: Ever heard of #Register Renaming & Out-of-Order Execution? They tackle structural hazards, ensuring smooth sailing for instructions. Watch out for Data Hazards (#RAW, #WAR, #WAW) in #MIPS, but fear not!
#COA #LearnInPublic

Finally, it has arrived!! I have got my #Nvidia Jetson Xavier NX :D #cuda #gpuProgramming

mario21ic's tweet image. Finally, it has arrived!! I have got my #Nvidia Jetson Xavier NX :D #cuda #gpuProgramming

#GPUProgramming - Day 02: 🔄 Exploring CPU architectures! #RISC, like #ARM & #Power, opts for efficiency with many registers. #CISC, exemplified by #Intel 8086, prioritizes simplicity, offering diverse, complex instructions. RISC excels in energy efficiency. #COA #LearnInPublic

hridoy_bashir's tweet image. #GPUProgramming - Day 02:
🔄 Exploring CPU architectures! #RISC, like #ARM & #Power, opts for efficiency with many registers. #CISC, exemplified by #Intel 8086, prioritizes simplicity, offering diverse, complex instructions. RISC excels in energy efficiency.
#COA #LearnInPublic
hridoy_bashir's tweet image. #GPUProgramming - Day 02:
🔄 Exploring CPU architectures! #RISC, like #ARM & #Power, opts for efficiency with many registers. #CISC, exemplified by #Intel 8086, prioritizes simplicity, offering diverse, complex instructions. RISC excels in energy efficiency.
#COA #LearnInPublic

#GPUProgramming - Day 03: 🧠 CPUs: Processors adapt with DISA. #CPU's core duo - Control Unit & Datapath. Datapath: Registers, ALU, Buses, Multiplexers – a data symphony! 🔄 Follow the Instruction Execution Cycle: Fetch ➡️Decode➡️Execute➡️Store➡️ Update PC. 🕹️ #LearnInPublic

hridoy_bashir's tweet image. #GPUProgramming - Day 03:
🧠 CPUs: Processors adapt with DISA. 
#CPU's core duo - Control Unit & Datapath. 
Datapath: Registers, ALU, Buses, Multiplexers – a data symphony! 
🔄 Follow the Instruction Execution Cycle: 
Fetch ➡️Decode➡️Execute➡️Store➡️ Update PC. 🕹️ 
#LearnInPublic
hridoy_bashir's tweet image. #GPUProgramming - Day 03:
🧠 CPUs: Processors adapt with DISA. 
#CPU's core duo - Control Unit & Datapath. 
Datapath: Registers, ALU, Buses, Multiplexers – a data symphony! 
🔄 Follow the Instruction Execution Cycle: 
Fetch ➡️Decode➡️Execute➡️Store➡️ Update PC. 🕹️ 
#LearnInPublic

#GPUProgramming - Day 01: 🚀 Exploring RISC architecture: Simplified, optimized instructions in one clock cycle. 🔄 Bye, CISC complexity! 🏎️ Registers rule, boosting speed. 🤖💡 Compiler-friendly design, slick pipelining for simultaneous processing! 🕵️‍♂️ #COA #RISC #LearnInPublic

hridoy_bashir's tweet image. #GPUProgramming - Day 01:
🚀 Exploring RISC architecture: Simplified, optimized instructions in one clock cycle. 🔄 Bye, CISC complexity! 🏎️ Registers rule, boosting speed. 🤖💡 Compiler-friendly design, slick pipelining for simultaneous processing! 🕵️‍♂️
#COA #RISC #LearnInPublic

#GPUProgramming - Day 08: 🚀 Explored #computerarchitecture today! 🖥️ Control Hazards tackle branch prediction, #Pentium FDIV bug a classic example. 💡 Memory #Hierarchy is key—#RAM, #cache levels (L1, L2, L3), and storage devices play crucial roles. 🔄🌐 #Memory #LearnInPublic

hridoy_bashir's tweet image. #GPUProgramming - Day 08:
🚀 Explored #computerarchitecture today! 🖥️ Control Hazards tackle branch prediction, #Pentium FDIV bug a classic example. 💡 Memory #Hierarchy is key—#RAM, #cache levels (L1, L2, L3), and storage devices play crucial roles. 🔄🌐 #Memory #LearnInPublic
hridoy_bashir's tweet image. #GPUProgramming - Day 08:
🚀 Explored #computerarchitecture today! 🖥️ Control Hazards tackle branch prediction, #Pentium FDIV bug a classic example. 💡 Memory #Hierarchy is key—#RAM, #cache levels (L1, L2, L3), and storage devices play crucial roles. 🔄🌐 #Memory #LearnInPublic

"10 days into CUDA, and I’ve earned my first badge of honor! 🚀 From simple kernels to profiling, every day is a step closer to mastering GPU computing. Onward to 100! #CUDA #GPUProgramming #100DaysOfCUDA"

limbizzz11's tweet image. "10 days into CUDA, and I’ve earned my first badge of honor! 🚀 From simple kernels to profiling, every day is a step closer to mastering GPU computing. Onward to 100! #CUDA #GPUProgramming #100DaysOfCUDA"

#GPUProgramming - Day 04: 🕰️ Dive into processor architectures! 🧠 Single-cycle execution, one clock cycle per instruction, demands a versatile datapath. 🔄 Multi-cycle instructions break it down for a more intricate dance with time. ⏳ #ComputerArchitecture #LearnInPublic 🚀

hridoy_bashir's tweet image. #GPUProgramming - Day 04:
🕰️ Dive into processor architectures! 🧠 Single-cycle execution, one clock cycle per instruction, demands a versatile datapath. 🔄 Multi-cycle instructions break it down for a more intricate dance with time. ⏳ #ComputerArchitecture #LearnInPublic 🚀
hridoy_bashir's tweet image. #GPUProgramming - Day 04:
🕰️ Dive into processor architectures! 🧠 Single-cycle execution, one clock cycle per instruction, demands a versatile datapath. 🔄 Multi-cycle instructions break it down for a more intricate dance with time. ⏳ #ComputerArchitecture #LearnInPublic 🚀

#GPUProgramming - Day 05: 🚀 Pipelining in computer architecture boosts performance by dividing instruction execution into stages. Techniques like forwarding, branch prediction, and superscalar processors enhance parallelism.💻🌐 #ComputerArchitecture #Pipelining #LearnInPublic

hridoy_bashir's tweet image. #GPUProgramming - Day 05:
🚀 Pipelining in computer architecture boosts performance by dividing instruction execution into stages. Techniques like forwarding, branch prediction, and superscalar processors enhance parallelism.💻🌐
#ComputerArchitecture #Pipelining #LearnInPublic

#GPUProgramming - Day 06: 🔍 Diving into computer architecture! 🖥️ Structural hazards arise when hardware resources are in high demand, causing contention among instructions. Data hazards? RAW, WAR, WAW – the battle for data paths and registers! 💡 #COA #LearnInPublic

hridoy_bashir's tweet image. #GPUProgramming - Day 06:
🔍 Diving into computer architecture! 🖥️ Structural hazards arise when hardware resources are in high demand, causing contention among instructions. Data hazards? RAW, WAR, WAW – the battle for data paths and registers! 💡
#COA #LearnInPublic

And this was day 3 of the DL & #GPUprogramming course @LRZ_DE @HLRS_HPC @Uni_Stuttgart @NVIDIAAI DLI, with the grande finale: we learnt how to employ distributed stoch. gradient descent w/ multi-GPU, @TensorFlow & #Horovod @UberAILabs @LFAIDataFdn🎉😍highly recommended course!

MGaimann's tweet image. And this was day 3 of the DL & #GPUprogramming course @LRZ_DE @HLRS_HPC @Uni_Stuttgart @NVIDIAAI DLI, with the grande finale: we learnt how to employ distributed stoch. gradient descent w/ multi-GPU, @TensorFlow & #Horovod @UberAILabs @LFAIDataFdn🎉😍highly recommended course!

VULKAN VALIDATION LAYERS TUTORIAL: amzn.to/38I5uY6 | the most efficient way to learn about vulkan validation layers on the internet. | video walkthrough (133 min) | #computergraphicsapi #opengl #gpuprogramming #framerate #graphicsrendering #dataviz #computersimulation

seamlessblend's tweet image. VULKAN VALIDATION LAYERS TUTORIAL: amzn.to/38I5uY6 | the most efficient way to learn about vulkan validation layers on the internet. | video walkthrough (133 min) | #computergraphicsapi #opengl #gpuprogramming #framerate #graphicsrendering #dataviz #computersimulation

New to GPU programming? Want to boost your NVIDIA CUDA efficiency? Check out this must-read blog post for essential techniques and expert tips! Get ready to unleash the full power of NVIDIA GPUs. #GPUprogramming #NVIDIA #CUDAefficiency ift.tt/6eYjOno

MunshiPremChnd's tweet image. New to GPU programming? Want to boost your NVIDIA CUDA efficiency? Check out this must-read blog post for essential techniques and expert tips! Get ready to unleash the full power of NVIDIA GPUs. #GPUprogramming #NVIDIA #CUDAefficiency
ift.tt/6eYjOno

🚀Struggling to set up Nvidia's OpenCL on Linux? This step-by-step guide covers it all: ✅What is ICD Loader? ✅Installing Nvidia’s OpenCL & headers ✅Installing clinfo for validation 🎥Watch now: youtu.be/BIQOz5dfyoY #OpenCL #Linux #GPUProgramming #Nvidia #TheWolfAround

The_Wolf_Around's tweet image. 🚀Struggling to set up Nvidia's OpenCL on Linux? This step-by-step guide covers it all:
✅What is ICD Loader?
✅Installing Nvidia’s OpenCL & headers
✅Installing clinfo for validation
🎥Watch now: youtu.be/BIQOz5dfyoY
#OpenCL #Linux #GPUProgramming #Nvidia #TheWolfAround

Loading...

Something went wrong.


Something went wrong.


United States Trends