Intel® C++ Compiler 16.0 User and Reference Guide

qoffload-svm, Qoffload-svm

Determines whether the compiler uses Shared Virtual Memory (SVM) mode. This option only applies to Intel® Graphics Technology.

Architecture Restrictions

Only available on IA-32 architecture targeting Intel® Graphics Technology, or on Intel® 64 architecture targeting Intel® Graphics Technology

Syntax

Linux:

-qoffload-svm

-qno-offload-svm

OS X:

None

Windows:

/Qoffload-svm

/Qoffload-svm-

Arguments

None

Default

-qno-offload-svm or /Qoffload-svm-

The compiler does not use SVM mode.

Description

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.

IDE Equivalent

Visual Studio: Code Generation [Intel C++] > Use Shared Virtual Memory (SVM) Mode

Eclipse: Code Generation > Use Shared Virtual Memory (SVM) Mode

Xcode: None

Alternate Options

None

See Also