johnnkp

Results 6 comments of johnnkp

I have tried to build TensorFlow 2.12 with CUDA on windows 10. Errors as follows: > C:\Users\tensorflow\Downloads\tensorflow-2.12.0>bazel build --config=opt --define=no_tensorflow_py_deps=true //tensorflow/tools/pip_package:build_pip_package Starting local Bazel server and connecting to it... INFO:...

After switching back bazel to 5.3.0, I can run toolchain building until my disk has 7GB left and I stopped it. Don’t expect the build progress can be finished within...

> It should still be possible. If you try to run bazel command again for several times (2 times in my case) without clean away the build progress, the errors...

We shouldn't expect much on tensorflow team. Before they willing to resume windows GPU build server for experimental build, nobody from the team can answer what actually `tsl::int32` is for...

Building newest tensorflow is much harder than I think. If someone knows how to fix the following error, please create a pull request directly: > lld-link: error: undefined symbol: _mlir_ciface_XXX_GPU_DT_XXX_DT_XXX...

I found out that `bazel-out\x64_windows-opt\bin\tensorflow\python\pybind_symbol_target_libs_file.txt` is missing a line of `bazel-out/x64_windows-opt/bin/tensorflow/core/kernels/mlir_generated/base_op.lib`. Then, `bazel-out\x64_windows-opt\bin\tensorflow\python\pywrap_tensorflow_filtered_def_file.def` is missing symbols of `base_op` and cause the above error. I have moved to ARM mac and...