diff options
author | Francisco Jerez <[email protected]> | 2013-11-04 11:26:13 -0800 |
---|---|---|
committer | Francisco Jerez <[email protected]> | 2013-11-04 12:12:37 -0800 |
commit | bf045bf9b409c47019fa7d9c859eaf8d50dd7032 (patch) | |
tree | bad5999c02732ac455fb9d7896c13f3c3a3b40b0 /src/gallium/state_trackers/clover/Makefile.sources | |
parent | 67a303744434c9129931e9627d97e34af6bef8f3 (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.sources | 1 |
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 \ |