According to self-determination theory, people who lack ____…
According to self-determination theory, people who lack ________ may not feel they have lived successful lives, perhaps because it makes them more likely to dwell on negative life events without being able to get reassurance from others
Read DetailsYou are designing a GPU system and want to fully utilize the…
You are designing a GPU system and want to fully utilize the available memory bandwidth. System setup:Memory bandwidth: 2 TB/sData format: FP16 (2 bytes per element) The GPU has 40 SMs.Each SM: Runs at 1 GHz Has 1 tensor core Program info: Each warp has 32 threads (you may assume warps are always available to keep tensor cores busy). Each tensor core performs matrix multiply on N × N square matrices. Each matrix operation reads two N × N input matrices and writes one N × N output matrix, all in FP16.→ Each operation transfers 3 × N² elements = 3 × N² × 2 bytes. Each tensor-core matrix operation takes exactly 1 cycle, regardless of N. Assume all SMs and tensor cores are active every cycle, and there are no cache effects or other bottlenecks. Question:What is the smallest matrix size (N × N) that allows the tensor cores to fully utilize the 2 TB/s memory bandwidth?Choose the closest value. If two are equally close, pick the larger one.
Read DetailsA100 Kernel# Arithmetic Intensity (F/B) GFLOP/s 1 0….
A100 Kernel# Arithmetic Intensity (F/B) GFLOP/s 1 0.25 100 2 0.5 200 4 1 350 8 2 380 H100 Kernel# Arithmetic Intensity (F/B) GFLOP/s 1 0.25 200 2 0.5 400 4 1 650 8 2 700 From the measured data above, estimate the effective memory bandwidth for each GPU.Choose the closest values.You may assume the low–arithmetic-intensity points are purely memory-bound. select one for A100 and one for H100. Choose the closest number.
Read Details