From ef82a68aa9c8a0ad1da4721bf4284a3c60cbc775 Mon Sep 17 00:00:00 2001 From: Marcel Keller Date: Fri, 31 May 2024 10:50:33 +1000 Subject: [PATCH] Respect -O with TensorFlow compilation. --- Programs/Source/tf.mpc | 2 -- 1 file changed, 2 deletions(-) diff --git a/Programs/Source/tf.mpc b/Programs/Source/tf.mpc index bd6d8c8e..d397e4b4 100644 --- a/Programs/Source/tf.mpc +++ b/Programs/Source/tf.mpc @@ -8,8 +8,6 @@ if 'trunc_pr' in program.args: if 'split' in program.args: program.use_split(3) -program.options.cisc = True - try: n_threads = int(program.args[2]) except: