summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/clover/Makefile.sources
diff options
context:
space:
mode:
authorFrancisco Jerez <[email protected]>2013-11-04 11:26:13 -0800
committerFrancisco Jerez <[email protected]>2013-11-04 12:12:37 -0800
commitbf045bf9b409c47019fa7d9c859eaf8d50dd7032 (patch)
treebad5999c02732ac455fb9d7896c13f3c3a3b40b0 /src/gallium/state_trackers/clover/Makefile.sources
parent67a303744434c9129931e9627d97e34af6bef8f3 (diff)
clover: Calculate optimal work group size when it's not specified by the user.
Inspired by a patch sent to the mailing list by Tom Stellard, but using a different algorithm to calculate the optimal block size that has been found to be considerably more effective. Reviewed-by: Tom Stellard <[email protected]>
Diffstat (limited to 'src/gallium/state_trackers/clover/Makefile.sources')
-rw-r--r--src/gallium/state_trackers/clover/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/state_trackers/clover/Makefile.sources b/src/gallium/state_trackers/clover/Makefile.sources
index e55167733a4..520f52f133d 100644
--- a/src/gallium/state_trackers/clover/Makefile.sources
+++ b/src/gallium/state_trackers/clover/Makefile.sources
@@ -4,6 +4,7 @@ CPP_SOURCES := \
util/algorithm.hpp \
util/compat.cpp \
util/compat.hpp \
+ util/factor.hpp \
util/functional.hpp \
util/lazy.hpp \
util/pointer.hpp \