P4 to Git Change 1361929 by smekhano@stas-rampitec-hsa on 2017/01/13 17:49:16
SWDEV-109533 - AMDIL: increase inline cost threshold from 400 to 14000 This is the w/a to allow Blender work on SI device. Testing: precheckin Reviewed by Boleslaw Ciesielski Affected files ... ... //depot/stg/opencl/drivers/opencl/compiler/legacy-lib/utils/OPTIONS.def#6 edit ... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/OPTIONS.def#135 edit
This commit is contained in:
@@ -824,13 +824,13 @@ OPTION(OT_INT32, \
|
||||
"Set AMDIL shader compiler optimization level -1,0,1,2,3,4 (default -1 "
|
||||
"auto).")
|
||||
|
||||
// -ilcth=int or --inline-cost-threshold (default 400)
|
||||
// -ilcth=int or --inline-cost-threshold (default 14000)
|
||||
OPTION(OT_UINT32, \
|
||||
OA_LINK_EXE|OA_RUNTIME|OVIS_SUPPORT|OVA_REQUIRED|OA_SEPARATOR_EQUAL, \
|
||||
"ilcth", "inline-cost-threshold", \
|
||||
InlineCostThreshold, \
|
||||
400, 0, 0xFFFFFFFF, NULL, \
|
||||
"Set cost threshold for inliner (default 400).")
|
||||
14000, 0, 0xFFFFFFFF, NULL, \
|
||||
"Set cost threshold for inliner (default 14000).")
|
||||
|
||||
// -ilsth=int or --inline-size-threshold (default 50)
|
||||
OPTION(OT_UINT32, \
|
||||
|
||||
مرجع در شماره جدید
Block a user