We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 818fdc4 commit 0741926Copy full SHA for 0741926
examples/sum/software/cpp/src/sum.cpp
@@ -81,7 +81,7 @@ int main(int argc, char **argv) {
81
82
// "Enable" the context, potentially copying the recordbatch to the device. This depends on your platform.
83
// AWS EC2 F1 requires a copy, but OpenPOWER SNAP doesn't.
84
- context->Enable();
+ status = context->Enable();
85
86
if (!status.ok()) {
87
std::cerr << "Could not enable the context." << std::endl;
0 commit comments