Intel® C++ Compiler 16.0 User and Reference Guide
Determines whether the compiler uses Shared Virtual Memory (SVM) mode. This option only applies to Intel® Graphics Technology.
Only available on IA-32 architecture targeting Intel® Graphics Technology, or on Intel® 64 architecture targeting Intel® Graphics Technology
Linux: | -qoffload-svm -qno-offload-svm |
OS X: | None |
Windows: | /Qoffload-svm /Qoffload-svm- |
None
-qno-offload-svm or /Qoffload-svm- |
The compiler does not use SVM mode. |
This option determines whether the compiler uses Shared Virtual Memory (SVM) mode. When you specify [q or Q]offload-svm, virtual address space is shared between the CPU and the architecture targeting Intel® Graphics Technology.
Visual Studio: Code Generation [Intel C++] > Use Shared Virtual Memory (SVM) Mode
Eclipse: Code Generation > Use Shared Virtual Memory (SVM) Mode
Xcode: None
None