A Modern GPGPU API & wip linux RDNA2+ Driver
rdna driver linux gpu
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

amdgpu: fixed global_load flags

+1 -2
+1 -2
drivers/amdgpu/compiler/compiler.cpp
··· 35 35 void lower_simple(Compiler &); 36 36 void lower_memory_loads(Compiler &); 37 37 void analyze_uniformity(Compiler &); 38 - void allocate_registers(Compiler &); 39 38 void codegen(Compiler &); 40 39 41 40 enum class AmdIntrinsics : uint32_t { ··· 344 343 345 344 cc.as.global( 346 345 RDNA2Assembler::global_opcode::global_store_dword, 347 - true, true, false, true, 346 + false, false, false, false, 348 347 0, // 12-bit immediate offset 349 348 0, // vdst (unused for stores) 350 349 (uint8_t)saddr, // saddr base pointer