26daf4edd5e0279c79fc491144541188bcfb49b0
[platform/adaptation/npu/trix-engine.git] / meson_options.txt
1 option('comm_opt', type : 'string', value : 'ip')
2 option('resv_mem_size', type : 'string', value : '0')
3 option('num_threads', type : 'string', value : '8')
4 option('prefix_share', type : 'string', value : '/share')
5 option('prefix_profile', type : 'string', value : '/tmp')
6 option('log_dir', type : 'string', value : '/tmp/')
7 option('log_level', type : 'string', value : '1')
8 option('mute_stdout', type : 'boolean', value : false)
9 option('target_platform', type : 'combo', choices : ['debian', 'tizen', 'fpga'], value : 'debian')
10 option('enable_npu_emul', type : 'boolean', value : false)
11 option('enable_data_manip', type : 'boolean', value : false)
12 option('enable_buffering', type : 'boolean', value : false)
13 option('enable_plugin_npumgr', type : 'boolean', value : false)
14 option('enable_plugin_nns', type : 'boolean', value : false)
15 option('kernel_hdr_dir', type : 'string', value : '')