Lines Matching refs:building
3 if_mkl is a conditional to check if we are building with MKL.
4 if_mkl_ml is a conditional to check if we are building with MKL-ML.
7 if_enable_mkl is a conditional to check if building with MKL and MKL is enabled.
18 """Shorthand for select()'ing on whether we're building with oneDNN.
20 OneDNN gets built if we are building on platforms that support oneDNN
24 if_true: expression to evaluate if building with oneDNN.
25 if_false: expression to evaluate if building without oneDNN.
42 """Shorthand for select()'ing on whether we're building with MKL-ML.
45 if_true: expression to evaluate if building with MKL-ML.
46 if_false: expression to evaluate if building without MKL-ML
59 """Shorthand to select() if building with MKL and the target is Linux x86-64.
62 if_true: expression to evaluate if building with MKL is enabled and the
64 if_false: expression to evaluate if building without MKL or for a
76 """Shorthand to select() if we are building with MKL and MKL is enabled.
81 if_true: expression to evaluate if building with MKL and MKL is enabled
82 if_false: expression to evaluate if building without MKL or MKL is not enabled.