I\'ve started learning Halide. Suppose I wanted to calculate the sum of elements in an array. Why is the following code snippet failing?
constexpr int N = 10;