You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
varnote="<p>Use either individual component-specific activation scripts to activate required components listed below one-by-one, or use the oneAPI bundle script <code>"+activate_script+"</code> to activate the whole oneAPI environment. Check the <i>Sanity Test</i> section below for a usage example.</p>";
281
-
if($.pkgInArray(data.package,["source"])){
282
-
varnote="<p>Use individual component-specific activation scripts to activate required components listed below one-by-one. Check the <i>Sanity Test</i> section below for a usage example.</p>";
varnote="<p>Use either individual component-specific activation scripts to activate required components listed below one-by-one, or use the oneAPI bundle script <code>"+activate_script+"</code> to activate the whole oneAPI environment. Check the <i>Sanity Test</i> section below for a usage example.</p>";
298
+
if($.pkgInArray(data.package,["source"])){
299
+
varnote="<p>Use individual component-specific activation scripts to activate required components listed below one-by-one. Check the <i>Sanity Test</i> section below for a usage example.</p>";
300
+
}
301
+
notes.push(note);
302
+
if(data.preparation.msvc!=null&&
303
+
$.pkgInArray(data.package,["source","cppsdk"]))
304
+
notes.push("Make sure the installation includes Miscrosoft C++ Build Tools integration.");
305
+
if(data.preparation.basekit.notes!=null)
306
+
notes=$.merge(notes,data.basekit.notes);
307
+
ret+=$.notes_gen(notes);
308
+
309
+
if(data.preparation.basekit.install!=null){
310
+
ret+="<p>The following Intel® oneAPI Base Toolkit components are required:</p>";
ret+="<p>Recommend using a <b>package manager</b> like apt, yum or dnf to install the packages above. <b>Follow instructions at <a href=\"https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit-download.html?operatingsystem=linux\">Intel® oneAPI Base Toolkit Download page</a> to setup the package manager repository.</b></p>";
333
+
ret+="<p>Take reference to commands below to install the packages on individual Linux distributions.</p>";
ret+="<p>Recommend using a <b>package manager</b> like apt, yum or dnf to install the packages above. <b>Follow instructions at <a href=\"https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit-download.html?operatingsystem=linux\">Intel® oneAPI Base Toolkit Download page</a> to setup the package manager repository.</b></p>";
316
-
ret+="<p>Take reference to commands below to install the packages on individual Linux distributions.</p>";
ret+="<p>You can run a simple sanity test to double confirm if the correct version is installed, and if the software stack can get correct hardware information onboard your system. The command should return PyTorch* and Intel® Extension for PyTorch* versions installed, as well as GPU card(s) information detected.</p>";
ret+="<p>You can run a simple sanity test to double confirm if the correct version is installed, and if the software stack can get correct hardware information onboard your system. The command should return PyTorch* and Intel® Extension for PyTorch* versions installed, as well as GPU card(s) information detected.</p>";
545
-
ret+="<p>Check section <b><i>Install Intel® oneAPI Base Toolkit</i></b> for <b>placeholders</b> used below.</p>";
ret+="<p>You can run a simple sanity test to double confirm if the correct version is installed. The command should return PyTorch* and Intel® Extension for PyTorch* versions installed.</p>";
0 commit comments