mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 21:32:56 +00:00
gem_tiled_swapping: Test using all available fences
Use extra threads to cause extra memory pressure and stress upon the relevant code. Limit the number of threads to available fences to avoid falling off the fence cliff. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
@@ -55,6 +55,8 @@ gem_flink_race_CFLAGS = $(AM_CFLAGS) $(THREAD_CFLAGS)
|
||||
gem_flink_race_LDADD = $(LDADD) -lpthread
|
||||
gem_threaded_access_tiled_CFLAGS = $(AM_CFLAGS) $(THREAD_CFLAGS)
|
||||
gem_threaded_access_tiled_LDADD = $(LDADD) -lpthread
|
||||
gem_tiled_swapping_CFLAGS = $(AM_CFLAGS) $(THREAD_CFLAGS)
|
||||
gem_tiled_swapping_LDADD = $(LDADD) -lpthread
|
||||
prime_self_import_CFLAGS = $(AM_CFLAGS) $(THREAD_CFLAGS)
|
||||
prime_self_import_LDADD = $(LDADD) -lpthread
|
||||
gen7_forcewake_mt_CFLAGS = $(AM_CFLAGS) $(THREAD_CFLAGS)
|
||||
|
||||
Reference in New Issue
Block a user