File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -632,7 +632,7 @@ DPCT_ENUM_OPTION(
632632 " syclcompat" , int (clang::dpct::ExplicitNamespace::EN_SYCLCompat),
633633 "Generate code with syclcompat:: namespace.", false)),
634634 llvm::cl::desc(" Define the namespaces to use explicitly in generated "
635- " code. The <value> is a comma\n "
635+ " code. (Will deprecate in Intel(R)DPC++ Compiler 2025.3) The <value> is a comma\n "
636636 " separated list. Default: dpct/syclcompat, sycl.\n "
637637 " Possible values are:" ),
638638 llvm::cl::CommaSeparated, llvm::cl::value_desc(" value" ),
@@ -1019,7 +1019,7 @@ DPCT_FLAG_OPTION(
10191019 "use-syclcompat",
10201020 llvm::cl::desc(
10211021 " Use SYCLcompat header-only library (syclcompat:: namespace) to assist "
1022- " the migration of input source code.\n Default: off.\n " ),
1022+ " the migration of input source code. (Will deprecate in Intel(R)DPC++ Compiler 2025.3) \n Default: off.\n " ),
10231023 llvm::cl::cat(CtHelpCatCodeGen), llvm::cl::cat(CtHelpCatAll))
10241024
10251025DPCT_FLAG_OPTION(
You can’t perform that action at this time.
0 commit comments