瀏覽代碼

Revert "fix FUT autostart disable initialization"

This reverts commit 581387c48432ac9565daff864060fe77a12ad315.
Nathalie Furmento 5 年之前
父節點
當前提交
e1bb7c466b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/common/fxt.c

+ 1 - 1
src/common/fxt.c

@@ -123,7 +123,7 @@ void starpu_fxt_autostart_profiling(int autostart)
 	if (autostart)
 		initial_key_mask = FUT_KEYMASKALL;
 	else
-		initial_key_mask = 0;
+		initial_key_mask = FUT_KEYMASK0;
 }
 
 void starpu_fxt_start_profiling()