aboutsummaryrefslogtreecommitdiff
path: root/aberth/aberth.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'aberth/aberth.cpp')
-rw-r--r--aberth/aberth.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/aberth/aberth.cpp b/aberth/aberth.cpp
index 550760d..8f65ef1 100644
--- a/aberth/aberth.cpp
+++ b/aberth/aberth.cpp
@@ -347,7 +347,7 @@ static vector<int32_t> invoke_kernel(
futhark_context_config *config = futhark_context_config_new();
// futhark_context_config_select_device_interactively(config);
- futhark_context_config_set_debugging(config, 1);
+ // futhark_context_config_set_debugging(config, 1);
futhark_context *ctx = futhark_context_new(config);