intel/compiler: Track latency/perf of LSC fences
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Sagar Ghuge <sagar.ghuge@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11759>
This commit is contained in:

committed by
Marge Bot

parent
48af341b36
commit
91dcbf1f56
@@ -1106,6 +1106,7 @@ namespace {
|
||||
10 /* XXX */, 100 /* XXX */, 0, 0,
|
||||
0, 0);
|
||||
|
||||
case LSC_OP_FENCE:
|
||||
case LSC_OP_ATOMIC_INC:
|
||||
case LSC_OP_ATOMIC_DEC:
|
||||
case LSC_OP_ATOMIC_LOAD:
|
||||
|
@@ -538,6 +538,7 @@ schedule_node::set_latency_gfx7(bool is_haswell)
|
||||
case LSC_OP_STORE_CMASK:
|
||||
latency = 300;
|
||||
break;
|
||||
case LSC_OP_FENCE:
|
||||
case LSC_OP_ATOMIC_INC:
|
||||
case LSC_OP_ATOMIC_DEC:
|
||||
case LSC_OP_ATOMIC_LOAD:
|
||||
|
Reference in New Issue
Block a user