Skip to content

intel/intel-cloud-optimizations-gcp

Intel Logo

Intel® Cloud Optimization Modules for GCP

The Intel Cloud Optimization Modules (ICOMs) for GCP are open-source codebases with codified Intel AI software optimizations and instructions built specifically for GCP. The modules are designed to enable AI developers to maximize the performance and productivity of industry-leading Python machine learning and deep learning libraries on Intel hardware. Each module or reference architecture includes a complete instruction set and all source code published on GitHub. You can check out the full suite of Intel Cloud Optimization Modules here.

Here are the currently released modules for GCP:

Below, you can learn the basics of setting up a GCP project before jumping into the modules if you haven't done so already.

Setting up a GCP Project

Before spinning up any resources on GCP, you need to create a GCP Project. The easiest way to do this is by visiting the Google Cloud Console and clicking "+ Create Project". You need to make sure that you have the "Owner" role for the project. We can ensure that is the case by visiting the IAM & Admin panel here. You will also need billing enabled for the GCP Project, as we will incur some costs for spinning up resources.

Google Cloud Shell
When deploying resources on GCP, it is easy to work in Google's native Cloud Shell than to spin up a Virtual Machine (VM), and it is free! There are many services and permissions that are ready out-of-the-box on the Google Cloud Shell. You can open up a cloud shell on the top right of the browser:

image

Upon first opening up the cloud shell, you should be logged in to your GCP project, but if you aren't, you can set your project with

PROJECT_ID=<PROJECT_ID>
gcloud config set project $PROJECT_ID

where <PROJECT_ID> is your GCP project which can be found in the console under Cloud Overview. You should now be ready to begin building your module on GCP.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages