Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial changes for supporting Nvidia implementations #3

Merged
merged 7 commits into from
Sep 11, 2024

Conversation

anandhu-eng
Copy link

No description provided.

@@ -297,8 +297,8 @@ else
@if [ ! -e $(FT_BUILD_DIR) ]; then \
mkdir $(FT_BUILD_DIR); \
fi
sudo update-alternatives --set gcc /usr/bin/gcc-9
sudo update-alternatives --set g++ /usr/bin/g++-9
sudo update-alternatives --set gcc /usr/bin/gcc-9 || sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 100

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can this change be removed?

@@ -384,4 +384,6 @@ apply_jetson_oc_limit:
ifeq ($(IS_SOC), 1)
@sudo cp ./scripts/nvpower_r353_maxp.sh /etc/systemd/nvpower.sh
@echo "Apply Jetson OC Limit Success."
else
@echo ""

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not needed?

@@ -15,7 +15,7 @@
# This Makefile includes all the variables and targets used to set up NVIDIA's MLPerf Inference docker environment
include $(CURDIR)/Makefile.const

ENV ?= release
ENV = release

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not needed?

@arjunsuresh arjunsuresh merged commit 90cab74 into GATEOverflow:cm-fixes Sep 11, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants