about summary refs log tree commit diff
diff options
context:
space:
mode:
authorManuel Drehwald <git@manuel.drehwald.info>2025-07-18 16:01:05 -0700
committerManuel Drehwald <git@manuel.drehwald.info>2025-07-18 16:30:46 -0700
commitc068599173f8670caeeda252f115cc28445f7df0 (patch)
tree09731468397633b432bea8b3b2f0179bd0dbadff
parente2ab312c9408761faf64723c77cd4ba4a58792bc (diff)
downloadrust-c068599173f8670caeeda252f115cc28445f7df0.tar.gz
rust-c068599173f8670caeeda252f115cc28445f7df0.zip
add unstable-books doc for offload
-rw-r--r--src/doc/unstable-book/src/compiler-flags/offload.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/doc/unstable-book/src/compiler-flags/offload.md b/src/doc/unstable-book/src/compiler-flags/offload.md
new file mode 100644
index 00000000000..4266e8c11a2
--- /dev/null
+++ b/src/doc/unstable-book/src/compiler-flags/offload.md
@@ -0,0 +1,8 @@
+# `offload`
+
+The tracking issue for this feature is: [#131513](https://github.com/rust-lang/rust/issues/131513).
+
+------------------------
+
+This feature will later allow you to run functions on GPUs. It is work in progress.
+Set the `-Zoffload=Enable` compiler flag to experiment with it.