radeonsi: disable XNACK to free 2 SGPRs on APUs
My LLVM commit disables it for dGPUs, but not APUs. Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
#include "../ddebug/dd_util.h"
|
||||
|
||||
#define SI_LLVM_DEFAULT_FEATURES \
|
||||
"+DumpCode,+vgpr-spilling,-fp32-denormals,+fp64-denormals"
|
||||
"+DumpCode,+vgpr-spilling,-fp32-denormals,+fp64-denormals,-xnack"
|
||||
|
||||
/*
|
||||
* pipe_context
|
||||
|
||||
Reference in New Issue
Block a user