search for: lang_c

Displaying 4 results from an estimated 4 matches for "lang_c".

2020 Apr 08
6
RFC: a practical mechanism for applying Machine Learning for optimization policies in LLVM
...s. For the components that will be included in subsequent changes, the rest of this section describes the mechanisms we employed. These components are detailed further below. To build LLVM with the ML policy in ‘Dev’ mode, we need the tensorflow C API library <https://www.tensorflow.org/install/lang_c>. We then configure the build: cmake .. -DLLVM_USE_ML_POLICY=Dev \ -DLLVM_TF_C_LIB=<path to unarchived package> \ {-DCMAKE_INSTALL_RPATH_USE_LINK_PATH=True, to copy tensorflow shared library over, if it’s not on LD_LIBRARY_PATH} To extract IR right before inlining, we hacked on top of...
2020 Apr 08
2
RFC: a practical mechanism for applying Machine Learning for optimization policies in LLVM
...hanges, the > > rest of this section describes the mechanisms we employed. These > components > > are detailed further below. > > > > To build LLVM with the ML policy in ‘Dev’ mode, we need the tensorflow C > > API library <https://www.tensorflow.org/install/lang_c>. We then > configure > > the build: > > > > cmake .. -DLLVM_USE_ML_POLICY=Dev \ > > > > -DLLVM_TF_C_LIB=<path to unarchived package> \ > > > > {-DCMAKE_INSTALL_RPATH_USE_LINK_PATH=True, to copy tensorflow shared > > library over,...
2020 Apr 09
3
RFC: a practical mechanism for applying Machine Learning for optimization policies in LLVM
...the mechanisms we employed. These >>> components >>> > are detailed further below. >>> > >>> > To build LLVM with the ML policy in ‘Dev’ mode, we need the >>> tensorflow C >>> > API library <https://www.tensorflow.org/install/lang_c>. We then >>> configure >>> > the build: >>> > >>> > cmake .. -DLLVM_USE_ML_POLICY=Dev \ >>> > >>> > -DLLVM_TF_C_LIB=<path to unarchived package> \ >>> > >>> > {-DCMAKE_INSTALL_RPATH_USE_LIN...
2020 Apr 09
2
RFC: a practical mechanism for applying Machine Learning for optimization policies in LLVM
...gt;> components >>>>> > are detailed further below. >>>>> > >>>>> > To build LLVM with the ML policy in ‘Dev’ mode, we need the >>>>> tensorflow C >>>>> > API library <https://www.tensorflow.org/install/lang_c>. We then >>>>> configure >>>>> > the build: >>>>> > >>>>> > cmake .. -DLLVM_USE_ML_POLICY=Dev \ >>>>> > >>>>> > -DLLVM_TF_C_LIB=<path to unarchived package> \ >>>>>...