Advanced Migration Options
Contents
Advanced Migration Options#
The following tables list advanced options to control migrated source, generate reports, and query API mapping.
Options to Format Migrated Code#
Option |
Description |
---|---|
|
Sets the range of formatting. The values are:
|
|
Sets the formatting style. The values are:
Example for the .clang-format file content: BasedOnStyle:
LLVM IndentWidth: 4
TabWidth: 4
UseTab: ForIndentation
|
Options to Specify Additional Migration Rules#
Option |
Description |
---|---|
|
Specifies the rule file path that contains rules used for migration. |
Options to Control SYCL Extensions and Experimental Features#
Option |
Description |
---|---|
|
A comma-separated list of extensions not to be used in migrated code. By default, these extensions are used in migrated code. The values are:
|
|
A comma-separated list of extensions to be used in migrated code. By default, these extensions are not used in migrated code.
|
|
A comma-separated list of experimental features to be used in migrated code. By default, experimental features will not be used in migrated code. The values are:
|