mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-03-07 18:27:40 +08:00
Deleted unused variable.
This commit is contained in:
parent
0504c56ea7
commit
01c55d37e6
@ -217,7 +217,6 @@ struct InnerReducer<Self, Op, GpuDevice> {
|
||||
static EIGEN_DEVICE_FUNC void run(const Self& self, Op& reducer, const GpuDevice& device, float* output, typename Self::Index num_coeffs_to_reduce, typename Self::Index num_preserved_vals) {
|
||||
typedef typename Self::Index Index;
|
||||
|
||||
const Index num_coeffs = num_coeffs_to_reduce * num_preserved_vals;
|
||||
const int block_size = 256;
|
||||
const int num_per_thread = 128;
|
||||
const int num_blocks = 32;
|
||||
|
Loading…
Reference in New Issue
Block a user