Skip to content

Commit

Permalink
updating TF head
Browse files Browse the repository at this point in the history
Trying to update the head.

[2024-07-15T04:40:31.777Z] + cd /data/jenkins_workspace/tensorflow-new-manylinux-ci-builder_rel-6.2/r2.16-rocm-enhanced-tensorflow-upstream.git
[2024-07-15T04:40:31.777Z] + git checkout r2.16-rocm-enhanced
[2024-07-15T04:40:33.138Z] Note: switching to 'r2.16-rocm-enhanced'.
[2024-07-15T04:40:33.138Z] 
[2024-07-15T04:40:33.138Z] You are in 'detached HEAD' state. You can look around, make experimental
[2024-07-15T04:40:33.138Z] changes and commit them, and you can discard any commits you make in this
[2024-07-15T04:40:33.138Z] state without impacting any branches by switching back to a branch.
[2024-07-15T04:40:33.138Z] 
[2024-07-15T04:40:33.138Z] If you want to create a new branch to retain commits you create, you may
[2024-07-15T04:40:33.138Z] do so (now or later) by using -c with the switch command. Example:
[2024-07-15T04:40:33.138Z] 
[2024-07-15T04:40:33.138Z]   git switch -c <new-branch-name>
[2024-07-15T04:40:33.138Z] 
[2024-07-15T04:40:33.138Z] Or undo this operation with:
[2024-07-15T04:40:33.138Z] 
[2024-07-15T04:40:33.138Z]   git switch -
[2024-07-15T04:40:33.138Z] 
[2024-07-15T04:40:33.138Z] Turn off this advice by setting config variable advice.detachedHead to false
[2024-07-15T04:40:33.138Z] 
[2024-07-15T04:40:33.138Z] HEAD is now at fd6b0a4  [r2.16] Update llvm path after compiler change (#2575)
[2024-07-15T04:40:33.138Z] + '[' -n '' ']'
[2024-07-15T04:40:33.138Z] + APP_SRC_DOCKER_LOC=/data/jenkins_workspace/tensorflow-new-manylinux-ci-builder_rel-6.2/r2.16-rocm-enhanced-tensorflow-upstream.git/tensorflow/tools/tf_sig_build_dockerfiles
[2024-07-15T04:40:33.138Z] + APP_DOCKER_POST_TAG=45_py3.9_tf-manylinux_r2.16-rocm-enhanced_
[2024-07-15T04:40:33.138Z] + get_git_commit /data/jenkins_workspace/tensorflow-new-manylinux-ci-builder_rel-6.2/r2.16-rocm-enhanced-tensorflow-upstream.git
[2024-07-15T04:40:33.138Z] + local src_loc=/data/jenkins_workspace/tensorflow-new-manylinux-ci-builder_rel-6.2/r2.16-rocm-enhanced-tensorflow-upstream.git
[2024-07-15T04:40:33.138Z] + local commit
[2024-07-15T04:40:33.138Z] + cd /data/jenkins_workspace/tensorflow-new-manylinux-ci-builder_rel-6.2/r2.16-rocm-enhanced-tensorflow-upstream.git
[2024-07-15T04:40:33.138Z] ++ git rev-parse HEAD
[2024-07-15T04:40:33.138Z] + commit=fd6b0a4356c66f5f30cedbc62b24f18d9e32806f
[2024-07-15T04:40:33.138Z] + commit=fd6b0a4
[2024-07-15T04:40:33.138Z] + '[' -n fd6b0a4 ']'
[2024-07-15T04:40:33.138Z] + echo fd6b0a4
[2024-07-15T04:40:33.138Z] fd6b0a4
  • Loading branch information
pramenku authored Jul 15, 2024
1 parent fb88e9a commit b1d8c17
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion third_party/gpus/rocm_configure.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ def _rocm_include_path(repository_ctx, rocm_config, bash_bin):
inc_dirs.append(rocm_toolkit_path + "/llvm/lib/clang/14.0.0/include")
inc_dirs.append(rocm_toolkit_path + "/llvm/lib/clang/15.0.0/include")
inc_dirs.append(rocm_toolkit_path + "/llvm/lib/clang/16.0.0/include")
inc_dirs.append(rocm_toolkit_path + "/llvm/lib/clang/17.0.0/include")
inc_dirs.append(rocm_toolkit_path + "/llvm/lib/clang/17/include")
inc_dirs.append(rocm_toolkit_path + "/llvm/lib/clang/18/include")
inc_dirs.append(rocm_toolkit_path + "/llvm/lib/clang/19/include")
Expand Down

0 comments on commit b1d8c17

Please sign in to comment.