All translations
Enter a message name below to show all available translations.
Found 2 translations.
Name | Current message text |
---|---|
h English (en) | The NVidia compilers use the <code>-acc</code> (target accelerator) option to enable compilation for an accelerator. We use the sub-option <code>-gpu=managed</code> to tell the compiler that we want to use [https://developer.nvidia.com/blog/unified-memory-cuda-beginners/ managed memory]. This ''managed memory'' simplifies the process of transferring data to and from the device. We will remove this option in a later example. We also use the option <code>-fast</code>, which is an optimization option. |
h French (fr) | Les compilateurs NVidia utilisent l'option <code>-acc</code> pour permettre la compilation pour un accélérateur. Nous utilisons la sous-option <code>-gpu=managed</code> pour indiquer au compilateur que nous voulons utiliser la [https://developer.nvidia.com/blog/unified-memory-cuda-beginners/ mémoire gérée] pour simplifier le transfert de données en provenance et à destination du périphérique; nous n'utiliserons pas cette option dans un prochain exemple. Nous utilisons aussi l'option <code>-fast</code> pour l'optimisation. |