Add alternative target for PyTorch on macOS
authorSimon Guillot <cratere_01_tannin@icloud.com>
Wed, 16 Nov 2022 08:49:03 +0000 (09:49 +0100)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Mon, 21 Nov 2022 08:27:02 +0000 (17:27 +0900)
Signed-off-by: Simon Guillot <cratere_01_tannin@icloud.com>
meson.build

index 3c966f4..1c2990f 100644 (file)
@@ -353,6 +353,7 @@ features = {
   },
   'pytorch-support': {
     'target': 'pytorch',
+    'target_alt': 'Torch',
     'project_args': { 'ENABLE_PYTORCH': 1 }
   },
   'caffe2-support': {