diff --git a/latest/CODE_OF_CONDUCT.html b/latest/CODE_OF_CONDUCT.html index 28971c139..80826f485 100644 --- a/latest/CODE_OF_CONDUCT.html +++ b/latest/CODE_OF_CONDUCT.html @@ -4,7 +4,7 @@ -
BUILD
and .bzl
files with a standard convention (xxx.tpl
files are not supported).
To check bazel files manually:
# install go
-wget https://golang.org/dl/go1.15.3.linux-.html64.tar.gz
-sudo tar -C /usr/local -xzf go1.15.3.linux-.html64.tar.gz
+wget https://golang.org/dl/go1.15.3.linux-amd64.tar.gz
+sudo tar -C /usr/local -xzf go1.15.3.linux-amd64.tar.gz
export PATH=$PATH:/usr/local/go/bin
# install buildifier
@@ -260,7 +260,7 @@ Documentation style guideSphinx using a
theme
provided by Read the Docs.
-
+
diff --git a/latest/docs/community/releases.html b/latest/docs/community/releases.html
index 11d546c54..36b2dec32 100644
--- a/latest/docs/community/releases.html
+++ b/latest/docs/community/releases.html
@@ -4,7 +4,7 @@
- Releases — Intel® Extension for TensorFlow* 0.1.dev1+gc09a994 documentation
+ Releases — Intel® Extension for TensorFlow* 0.1.dev1+g26e99fc documentation
@@ -130,7 +130,7 @@ Incompatible ChangesSphinx using a
theme
provided by Read the Docs.
-
+
diff --git a/latest/docs/design/directory_structure.html b/latest/docs/design/directory_structure.html
index e754aedfb..ac916d806 100644
--- a/latest/docs/design/directory_structure.html
+++ b/latest/docs/design/directory_structure.html
@@ -4,7 +4,7 @@
- Directory Tree Structure — Intel® Extension for TensorFlow* 0.1.dev1+gc09a994 documentation
+ Directory Tree Structure — Intel® Extension for TensorFlow* 0.1.dev1+g26e99fc documentation
@@ -186,7 +186,7 @@ Directory Tree StructureSphinx using a
theme
provided by Read the Docs.
-
+
diff --git a/latest/docs/design/extension_design.html b/latest/docs/design/extension_design.html
index 6251c5069..27ed1ca48 100644
--- a/latest/docs/design/extension_design.html
+++ b/latest/docs/design/extension_design.html
@@ -4,7 +4,7 @@
- Extension Design — Intel® Extension for TensorFlow* 0.1.dev1+gc09a994 documentation
+ Extension Design — Intel® Extension for TensorFlow* 0.1.dev1+g26e99fc documentation
@@ -124,7 +124,7 @@ ResourcesSphinx using a
theme
provided by Read the Docs.
-
+
diff --git a/latest/docs/design/how_to_write_custom_op.html b/latest/docs/design/how_to_write_custom_op.html
index 96e714f18..35fc31559 100644
--- a/latest/docs/design/how_to_write_custom_op.html
+++ b/latest/docs/design/how_to_write_custom_op.html
@@ -4,7 +4,7 @@
- How to write custom op — Intel® Extension for TensorFlow* 0.1.dev1+gc09a994 documentation
+ How to write custom op — Intel® Extension for TensorFlow* 0.1.dev1+g26e99fc documentation
@@ -232,7 +232,7 @@ 4. Implement the kernels }
......
// Create an eltwise forward descriptor and primitive descriptor
- eltwise_forward::desc fwd_desc(prop_kind::forward, alg_kind_, src.html,
+ eltwise_forward::desc fwd_desc(prop_kind::forward, alg_kind_, src_md,
alpha_, beta_);
dnnl::primitive_attr attr;
attr.set_scratchpad_mode(dnnl::scratchpad_mode::user);
@@ -381,7 +381,7 @@ 9. Install and VerifySphinx using a
theme
provided by Read the Docs.
-
+
diff --git a/latest/docs/design/optimization/README.html b/latest/docs/design/optimization/README.html
index 11faf1ee1..83b06b9d6 100644
--- a/latest/docs/design/optimization/README.html
+++ b/latest/docs/design/optimization/README.html
@@ -4,7 +4,7 @@
- Optimizations Design — Intel® Extension for TensorFlow* 0.1.dev1+gc09a994 documentation
+ Optimizations Design — Intel® Extension for TensorFlow* 0.1.dev1+g26e99fc documentation
@@ -109,7 +109,7 @@ Optimizations DesignSphinx using a
theme
provided by Read the Docs.
-
+
diff --git a/latest/docs/design/optimization/oneDNN_object_cache.html b/latest/docs/design/optimization/oneDNN_object_cache.html
index 63ce24afe..8f40a54b2 100644
--- a/latest/docs/design/optimization/oneDNN_object_cache.html
+++ b/latest/docs/design/optimization/oneDNN_object_cache.html
@@ -4,7 +4,7 @@
- oneDNN object cache optimization — Intel® Extension for TensorFlow* 0.1.dev1+gc09a994 documentation
+ oneDNN object cache optimization — Intel® Extension for TensorFlow* 0.1.dev1+g26e99fc documentation
@@ -130,7 +130,7 @@ Optimization in convolutionSphinx using a
theme
provided by Read the Docs.
-
+
diff --git a/latest/docs/guide/FAQ.html b/latest/docs/guide/FAQ.html
index aae9575d8..b49e4dbad 100644
--- a/latest/docs/guide/FAQ.html
+++ b/latest/docs/guide/FAQ.html
@@ -4,7 +4,7 @@
- Frequently Asked Questions — Intel® Extension for TensorFlow* 0.1.dev1+gc09a994 documentation
+ Frequently Asked Questions — Intel® Extension for TensorFlow* 0.1.dev1+g26e99fc documentation
@@ -206,7 +206,7 @@ Runtime
Built with Sphinx using a
theme
provided by Read the Docs.
-
+
diff --git a/latest/docs/guide/INT8_quantization.html b/latest/docs/guide/INT8_quantization.html
index 79b6a57cf..37400e6e0 100644
--- a/latest/docs/guide/INT8_quantization.html
+++ b/latest/docs/guide/INT8_quantization.html
@@ -4,7 +4,7 @@
- INT8 Quantization — Intel® Extension for TensorFlow* 0.1.dev1+gc09a994 documentation
+ INT8 Quantization — Intel® Extension for TensorFlow* 0.1.dev1+g26e99fc documentation
@@ -159,7 +159,7 @@ UsageSphinx
using a
theme
provided by Read the Docs.
-
+
diff --git a/latest/docs/guide/OpenXLA.html b/latest/docs/guide/OpenXLA.html
index de7465dc7..7d6b6531c 100644
--- a/latest/docs/guide/OpenXLA.html
+++ b/latest/docs/guide/OpenXLA.html
@@ -4,7 +4,7 @@
- OpenXLA — Intel® Extension for TensorFlow* 0.1.dev1+gc09a994 documentation
+ OpenXLA — Intel® Extension for TensorFlow* 0.1.dev1+g26e99fc documentation
@@ -212,7 +212,7 @@ ReferencesSphinx using a
theme
provided by Read the Docs.
-
+
diff --git a/latest/docs/guide/XPUAutoShard.html b/latest/docs/guide/XPUAutoShard.html
index 869527655..ec81a7d39 100644
--- a/latest/docs/guide/XPUAutoShard.html
+++ b/latest/docs/guide/XPUAutoShard.html
@@ -4,7 +4,7 @@
- XPUAutoShard on GPU [Experimental] — Intel® Extension for TensorFlow* 0.1.dev1+gc09a994 documentation
+ XPUAutoShard on GPU [Experimental] — Intel® Extension for TensorFlow* 0.1.dev1+g26e99fc documentation
@@ -194,7 +194,7 @@ Examples
Built with Sphinx using a
theme
provided by Read the Docs.
-
+
diff --git a/latest/docs/guide/aamp_tune.html b/latest/docs/guide/aamp_tune.html
index f6d02bd7d..1f553f2f9 100644
--- a/latest/docs/guide/aamp_tune.html
+++ b/latest/docs/guide/aamp_tune.html
@@ -4,7 +4,7 @@
- Tune Advanced Auto Mixed Precision — Intel® Extension for TensorFlow* 0.1.dev1+gc09a994 documentation
+ Tune Advanced Auto Mixed Precision — Intel® Extension for TensorFlow* 0.1.dev1+g26e99fc documentation
@@ -439,7 +439,7 @@ Tuning Performance Example on MobileNetSphinx using a
theme
provided by Read the Docs.
-
+
diff --git a/latest/docs/guide/advanced_auto_mixed_precision.html b/latest/docs/guide/advanced_auto_mixed_precision.html
index 47ce26c57..c01c91932 100644
--- a/latest/docs/guide/advanced_auto_mixed_precision.html
+++ b/latest/docs/guide/advanced_auto_mixed_precision.html
@@ -4,7 +4,7 @@
- Advanced Auto Mixed Precision — Intel® Extension for TensorFlow* 0.1.dev1+gc09a994 documentation
+ Advanced Auto Mixed Precision — Intel® Extension for TensorFlow* 0.1.dev1+g26e99fc documentation
@@ -420,7 +420,7 @@ Custom OperationSphinx using a
theme
provided by Read the Docs.
-
+
diff --git a/latest/docs/guide/environment_variables.html b/latest/docs/guide/environment_variables.html
index e25b2230f..063de7ff5 100644
--- a/latest/docs/guide/environment_variables.html
+++ b/latest/docs/guide/environment_variables.html
@@ -4,7 +4,7 @@
- Environment Variables — Intel® Extension for TensorFlow* 0.1.dev1+gc09a994 documentation
+ Environment Variables — Intel® Extension for TensorFlow* 0.1.dev1+g26e99fc documentation
@@ -234,7 +234,7 @@ Auto Mixed Precision OptionsSphinx using a
theme
provided by Read the Docs.
-
+
diff --git a/latest/docs/guide/features.html b/latest/docs/guide/features.html
index 41d90a796..6227426a4 100644
--- a/latest/docs/guide/features.html
+++ b/latest/docs/guide/features.html
@@ -4,7 +4,7 @@
- Features — Intel® Extension for TensorFlow* 0.1.dev1+gc09a994 documentation
+ Features — Intel® Extension for TensorFlow* 0.1.dev1+g26e99fc documentation
@@ -227,7 +227,7 @@ TensorFlow ServingSphinx using a
theme
provided by Read the Docs.
-
+
diff --git a/latest/docs/guide/how_to_enable_profiler.html b/latest/docs/guide/how_to_enable_profiler.html
index 256b2eb97..a2fe76fd7 100644
--- a/latest/docs/guide/how_to_enable_profiler.html
+++ b/latest/docs/guide/how_to_enable_profiler.html
@@ -4,7 +4,7 @@
- GPU Profiler — Intel® Extension for TensorFlow* 0.1.dev1+gc09a994 documentation
+ GPU Profiler — Intel® Extension for TensorFlow* 0.1.dev1+g26e99fc documentation
@@ -212,7 +212,7 @@ FAQSphinx using a
theme
provided by Read the Docs.
-
+
diff --git a/latest/docs/guide/infrastructure.html b/latest/docs/guide/infrastructure.html
index 4416ecf43..89f538f8c 100644
--- a/latest/docs/guide/infrastructure.html
+++ b/latest/docs/guide/infrastructure.html
@@ -4,7 +4,7 @@
- Infrastructure — Intel® Extension for TensorFlow* 0.1.dev1+gc09a994 documentation
+ Infrastructure — Intel® Extension for TensorFlow* 0.1.dev1+g26e99fc documentation
@@ -147,7 +147,7 @@ XPU EngineSphinx using a
theme
provided by Read the Docs.
-
+
diff --git a/latest/docs/guide/itex_fusion.html b/latest/docs/guide/itex_fusion.html
index 616e16cd9..ae4043d82 100644
--- a/latest/docs/guide/itex_fusion.html
+++ b/latest/docs/guide/itex_fusion.html
@@ -4,7 +4,7 @@
- Graph fusion — Intel® Extension for TensorFlow* 0.1.dev1+gc09a994 documentation
+ Graph fusion — Intel® Extension for TensorFlow* 0.1.dev1+g26e99fc documentation
@@ -315,7 +315,7 @@ Generic layout optimizerSphinx using a
theme
provided by Read the Docs.
-
+
diff --git a/latest/docs/guide/itex_ops.html b/latest/docs/guide/itex_ops.html
index ede1dbe66..c78caf275 100644
--- a/latest/docs/guide/itex_ops.html
+++ b/latest/docs/guide/itex_ops.html
@@ -4,7 +4,7 @@
- Customized Operators — Intel® Extension for TensorFlow* 0.1.dev1+gc09a994 documentation
+ Customized Operators — Intel® Extension for TensorFlow* 0.1.dev1+g26e99fc documentation
@@ -305,7 +305,7 @@ itex.ops.ItexLS
Built with Sphinx using a
theme
provided by Read the Docs.
-
+
diff --git a/latest/docs/guide/itex_ops_override.html b/latest/docs/guide/itex_ops_override.html
index 814d61fe7..502bc059f 100644
--- a/latest/docs/guide/itex_ops_override.html
+++ b/latest/docs/guide/itex_ops_override.html
@@ -4,7 +4,7 @@
- Operators Override — Intel® Extension for TensorFlow* 0.1.dev1+gc09a994 documentation
+ Operators Override — Intel® Extension for TensorFlow* 0.1.dev1+g26e99fc documentation
@@ -213,7 +213,7 @@ AdamWSphinx using a
theme
provided by Read the Docs.
-
+
diff --git a/latest/docs/guide/keras3_support.html b/latest/docs/guide/keras3_support.html
index 3ccfbfc5d..af4c06d14 100644
--- a/latest/docs/guide/keras3_support.html
+++ b/latest/docs/guide/keras3_support.html
@@ -4,7 +4,7 @@
- Keras 3 Overview — Intel® Extension for TensorFlow* 0.1.dev1+gc09a994 documentation
+ Keras 3 Overview — Intel® Extension for TensorFlow* 0.1.dev1+g26e99fc documentation
@@ -234,7 +234,7 @@ Situations leads to warning or ErrorSphinx using a
theme
provided by Read the Docs.
-
+
diff --git a/latest/docs/guide/keras_mixed_precision.html b/latest/docs/guide/keras_mixed_precision.html
index 798507445..1c7ac29cb 100644
--- a/latest/docs/guide/keras_mixed_precision.html
+++ b/latest/docs/guide/keras_mixed_precision.html
@@ -4,7 +4,7 @@
- Keras Mixed Precision — Intel® Extension for TensorFlow* 0.1.dev1+gc09a994 documentation
+ Keras Mixed Precision — Intel® Extension for TensorFlow* 0.1.dev1+g26e99fc documentation
@@ -417,7 +417,7 @@ Training the model with a custom training loopSphinx using a
theme
provided by Read the Docs.
-
+
diff --git a/latest/docs/guide/launch.html b/latest/docs/guide/launch.html
index 3341db74d..a1e0e1f61 100644
--- a/latest/docs/guide/launch.html
+++ b/latest/docs/guide/launch.html
@@ -4,7 +4,7 @@
- Launch Script User Guide — Intel® Extension for TensorFlow* 0.1.dev1+gc09a994 documentation
+ Launch Script User Guide — Intel® Extension for TensorFlow* 0.1.dev1+g26e99fc documentation
@@ -913,7 +913,7 @@ Default memory allocatorSphinx using a
theme
provided by Read the Docs.
-
+
diff --git a/latest/docs/guide/next_pluggable_device.html b/latest/docs/guide/next_pluggable_device.html
index ba519f3d6..2e6a7e3e1 100644
--- a/latest/docs/guide/next_pluggable_device.html
+++ b/latest/docs/guide/next_pluggable_device.html
@@ -4,7 +4,7 @@
- NextPluggableDevice Overview — Intel® Extension for TensorFlow* 0.1.dev1+gc09a994 documentation
+ NextPluggableDevice Overview — Intel® Extension for TensorFlow* 0.1.dev1+g26e99fc documentation
@@ -176,7 +176,7 @@ Check Currently Used Device TypeSphinx using a
theme
provided by Read the Docs.
-
+
diff --git a/latest/docs/guide/performance.html b/latest/docs/guide/performance.html
index aac770539..0cd4a93e8 100644
--- a/latest/docs/guide/performance.html
+++ b/latest/docs/guide/performance.html
@@ -4,7 +4,7 @@
- Performance Data — Intel® Extension for TensorFlow* 0.1.dev1+gc09a994 documentation
+ Performance Data — Intel® Extension for TensorFlow* 0.1.dev1+g26e99fc documentation
@@ -984,7 +984,7 @@ Additional Performance Data for Intel AI Data Center ProductsSphinx using a
theme
provided by Read the Docs.
-
+
diff --git a/latest/docs/guide/practice_guide.html b/latest/docs/guide/practice_guide.html
index f3a3763a1..8b154d013 100644
--- a/latest/docs/guide/practice_guide.html
+++ b/latest/docs/guide/practice_guide.html
@@ -4,7 +4,7 @@
- Practice Guide — Intel® Extension for TensorFlow* 0.1.dev1+gc09a994 documentation
+ Practice Guide — Intel® Extension for TensorFlow* 0.1.dev1+g26e99fc documentation
@@ -324,7 +324,7 @@ GPU Practice GuideSphinx using a
theme
provided by Read the Docs.
-
+
diff --git a/latest/docs/guide/python_api.html b/latest/docs/guide/python_api.html
index 09cfd42d6..f7f00b3fb 100644
--- a/latest/docs/guide/python_api.html
+++ b/latest/docs/guide/python_api.html
@@ -4,7 +4,7 @@
- Python APIs — Intel® Extension for TensorFlow* 0.1.dev1+gc09a994 documentation
+ Python APIs — Intel® Extension for TensorFlow* 0.1.dev1+g26e99fc documentation
@@ -503,7 +503,7 @@ itex versionSphinx using a
theme
provided by Read the Docs.
-
+
diff --git a/latest/docs/guide/tf_serving_install.html b/latest/docs/guide/tf_serving_install.html
index 2c4229146..96a6c09fb 100644
--- a/latest/docs/guide/tf_serving_install.html
+++ b/latest/docs/guide/tf_serving_install.html
@@ -4,7 +4,7 @@
- Install TensorFlow Serving with Intel® Extension for TensorFlow* — Intel® Extension for TensorFlow* 0.1.dev1+gc09a994 documentation
+ Install TensorFlow Serving with Intel® Extension for TensorFlow* — Intel® Extension for TensorFlow* 0.1.dev1+g26e99fc documentation
@@ -370,7 +370,7 @@ Run sampleSphinx using a
theme
provided by Read the Docs.
-
+
diff --git a/latest/docs/guide/threadpool.html b/latest/docs/guide/threadpool.html
index 8b57cb475..41c292ebb 100644
--- a/latest/docs/guide/threadpool.html
+++ b/latest/docs/guide/threadpool.html
@@ -4,7 +4,7 @@
- Selecting Thread Pool in Intel® Extension for TensorFlow* CPU [Experimental] — Intel® Extension for TensorFlow* 0.1.dev1+gc09a994 documentation
+ Selecting Thread Pool in Intel® Extension for TensorFlow* CPU [Experimental] — Intel® Extension for TensorFlow* 0.1.dev1+g26e99fc documentation
@@ -303,7 +303,7 @@ Example
Built with Sphinx using a
theme
provided by Read the Docs.
-
+
diff --git a/latest/docs/guide/weight_prepack.html b/latest/docs/guide/weight_prepack.html
index d18cf0710..7aeabc023 100644
--- a/latest/docs/guide/weight_prepack.html
+++ b/latest/docs/guide/weight_prepack.html
@@ -4,7 +4,7 @@
- Online Weight Prepack — Intel® Extension for TensorFlow* 0.1.dev1+gc09a994 documentation
+ Online Weight Prepack — Intel® Extension for TensorFlow* 0.1.dev1+g26e99fc documentation
@@ -166,7 +166,7 @@ ReferenceSphinx using a
theme
provided by Read the Docs.
-
+
diff --git a/latest/docs/install/experimental/install_for_arc_gpu.html b/latest/docs/install/experimental/install_for_arc_gpu.html
index a96a991d6..f9cc47a7a 100644
--- a/latest/docs/install/experimental/install_for_arc_gpu.html
+++ b/latest/docs/install/experimental/install_for_arc_gpu.html
@@ -4,7 +4,7 @@
- Experimental: Intel® Arc™ A-Series GPU Software Installation — Intel® Extension for TensorFlow* 0.1.dev1+gc09a994 documentation
+ Experimental: Intel® Arc™ A-Series GPU Software Installation — Intel® Extension for TensorFlow* 0.1.dev1+g26e99fc documentation
@@ -188,7 +188,7 @@ Ubuntu Linux Installed in WSL2sudo apt-get install -y gpg-agent wget
wget -qO - https://repositories.intel.com/gpu/intel-graphics.key |
sudo gpg --dearmor --output /usr/share/keyrings/intel-graphics.gpg
-echo "deb [arch=.html64 signed-by=/usr/share/keyrings/intel-graphics.gpg] https://repositories.intel.com/gpu/ubuntu jammy/lts/2350 unified" | sudo tee /etc/apt/sources.list.d/intel-gpu-jammy.list
+echo "deb [arch=amd64 signed-by=/usr/share/keyrings/intel-graphics.gpg] https://repositories.intel.com/gpu/ubuntu jammy/lts/2350 unified" | sudo tee /etc/apt/sources.list.d/intel-gpu-jammy.list
sudo apt-get update
sudo apt-get install -y gpg-agent wget
wget -qO - https://repositories.intel.com/gpu/intel-graphics.key |
sudo gpg --dearmor --output /usr/share/keyrings/intel-graphics.gpg
-echo "deb [arch=.html64 signed-by=/usr/share/keyrings/intel-graphics.gpg] https://repositories.intel.com/gpu/ubuntu jammy/lts/2350 unified" | sudo tee /etc/apt/sources.list.d/intel-gpu-jammy.list
+echo "deb [arch=amd64 signed-by=/usr/share/keyrings/intel-graphics.gpg] https://repositories.intel.com/gpu/ubuntu jammy/lts/2350 unified" | sudo tee /etc/apt/sources.list.d/intel-gpu-jammy.list
sudo apt-get update