examples/careless.md
... ...
@@ -95,8 +95,12 @@ echo -e "\n\n Testing GPU with python.careless: "
95 95
python.careless -c "import tensorflow as tf; print(tf.config.list_physical_devices('GPU'))"
96 96
97 97
```
98
+
98 99
## timing results
99 100
101
+The Apple M1 result is from a standard Mac build of careless not an M1 optimized build.
102
+
103
+
100 104
![](../images/careless_pyp_timing.png)
101 105
102 106