clover: Fix build on i386.
This commit is contained in:
@@ -146,7 +146,8 @@ _cl_device_id::max_threads_per_block() const {
|
|||||||
|
|
||||||
std::vector<size_t>
|
std::vector<size_t>
|
||||||
_cl_device_id::max_block_size() const {
|
_cl_device_id::max_block_size() const {
|
||||||
return get_compute_param<uint64_t>(pipe, PIPE_COMPUTE_CAP_MAX_BLOCK_SIZE);
|
auto v = get_compute_param<uint64_t>(pipe, PIPE_COMPUTE_CAP_MAX_BLOCK_SIZE);
|
||||||
|
return { v.begin(), v.end() };
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string
|
std::string
|
||||||
|
Reference in New Issue
Block a user