[DOC] Adding item to FAQ for 2025.2#2864
Closed
lapel22 wants to merge 1 commit into
Closed
Conversation
zhiweij1
reviewed
Jun 3, 2025
| ************************************************************************ | ||
|
|
||
| Additional Flag options may not be recognized by the tool, so they may need | ||
| manual intervention. You can manually use the flag ``-ignore-unknown`` to ignore |
Contributor
There was a problem hiding this comment.
-ignore-unknown is not a dpct's option nor a clang's option.
Contributor
There was a problem hiding this comment.
(base) zhiwei@zhiwei-ubuntu:~/testfolder$ rm -rf out && dpct --out-root out -p . --extra-arg="-ignore-unknown"
error: dpct/c2s ignoring argument: '-gencode=arch=compute_50,code="sm_50,compute_50"'
error: dpct/c2s ignoring argument: '-ignore-unknown'
warning: CUDA version 12.8 is only partially supported [-Wunknown-cuda-version]
Parsing: /home/zhiwei/testfolder/test.cu
Analyzing: /home/zhiwei/testfolder/test.cu
Migrating: /home/zhiwei/testfolder/test.cu
Processed 1 file(s) in -in-root folder "/home/zhiwei/testfolder"
See Diagnostics Reference to resolve warnings and complete the migration:
https://oneapi-src.github.io/SYCLomatic/dev_guide/reference/diagnostics-reference.html
(base) zhiwei@zhiwei-ubuntu:~/testfolder$ rm -rf out && dpct --out-root out -p . -ignore-unknown
Unknown command line argument '-ignore-unknown'. Try: 'dpct --help'
Did you mean '--report-only'?
dpct exited with code: -16 (Option parsing error, run 'dpct --help' to see supported options and values.)
(base) zhiwei@zhiwei-ubuntu:~/testfolder$
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added new FAQ item per Jira [DOC-13288] (https://jira.devtools.intel.com/browse/DOC-13288). Please review, approve, and merge if it looks okay.