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.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support of the Intel dGPUs devices #3058
Add support of the Intel dGPUs devices #3058
Changes from all commits
e99966b
83e7faa
73e364f
575b4ec
e203e58
2cd9eda
ecb786f
08917e1
2239ac1
03e87f5
c1beb05
ae090ba
0062179
6da38a3
71e9adc
927fab6
dee113c
54751ca
6914551
b7a44a5
444ea5e
f549b80
1246855
666e3bc
8d3f0a6
113e24f
59d78dd
df13078
3b547f2
ed12628
0c9b97b
8181519
dd56400
18904e7
b913cb1
78a0d87
7f6862c
ce21edb
c36c259
d566b7e
6a45aad
39f4216
21225d0
0d538de
a5dcbd5
c34bf2c
4edfd52
3fab960
a0b3bc6
76c5ce7
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 23 in src/otx/algorithms/anomaly/adapters/anomalib/accelerators/xpu.py
Codecov / codecov/patch
src/otx/algorithms/anomaly/adapters/anomalib/accelerators/xpu.py#L22-L23
Check warning on line 25 in src/otx/algorithms/anomaly/adapters/anomalib/accelerators/xpu.py
Codecov / codecov/patch
src/otx/algorithms/anomaly/adapters/anomalib/accelerators/xpu.py#L25
Check warning on line 32 in src/otx/algorithms/anomaly/adapters/anomalib/accelerators/xpu.py
Codecov / codecov/patch
src/otx/algorithms/anomaly/adapters/anomalib/accelerators/xpu.py#L30-L32
Check warning on line 37 in src/otx/algorithms/anomaly/adapters/anomalib/accelerators/xpu.py
Codecov / codecov/patch
src/otx/algorithms/anomaly/adapters/anomalib/accelerators/xpu.py#L37
Check warning on line 42 in src/otx/algorithms/anomaly/adapters/anomalib/accelerators/xpu.py
Codecov / codecov/patch
src/otx/algorithms/anomaly/adapters/anomalib/accelerators/xpu.py#L42
Check warning on line 47 in src/otx/algorithms/anomaly/adapters/anomalib/accelerators/xpu.py
Codecov / codecov/patch
src/otx/algorithms/anomaly/adapters/anomalib/accelerators/xpu.py#L47
Check warning on line 51 in src/otx/algorithms/anomaly/adapters/anomalib/accelerators/xpu.py
Codecov / codecov/patch
src/otx/algorithms/anomaly/adapters/anomalib/accelerators/xpu.py#L51
Check warning on line 55 in src/otx/algorithms/anomaly/adapters/anomalib/accelerators/xpu.py
Codecov / codecov/patch
src/otx/algorithms/anomaly/adapters/anomalib/accelerators/xpu.py#L55
Check warning on line 27 in src/otx/algorithms/anomaly/adapters/anomalib/plugins/xpu_precision.py
Codecov / codecov/patch
src/otx/algorithms/anomaly/adapters/anomalib/plugins/xpu_precision.py#L27
Check warning on line 33 in src/otx/algorithms/anomaly/adapters/anomalib/plugins/xpu_precision.py
Codecov / codecov/patch
src/otx/algorithms/anomaly/adapters/anomalib/plugins/xpu_precision.py#L31-L33
Check warning on line 44 in src/otx/algorithms/anomaly/adapters/anomalib/plugins/xpu_precision.py
Codecov / codecov/patch
src/otx/algorithms/anomaly/adapters/anomalib/plugins/xpu_precision.py#L44
Check warning on line 46 in src/otx/algorithms/anomaly/adapters/anomalib/plugins/xpu_precision.py
Codecov / codecov/patch
src/otx/algorithms/anomaly/adapters/anomalib/plugins/xpu_precision.py#L46
Check warning on line 50 in src/otx/algorithms/anomaly/adapters/anomalib/plugins/xpu_precision.py
Codecov / codecov/patch
src/otx/algorithms/anomaly/adapters/anomalib/plugins/xpu_precision.py#L49-L50
Check warning on line 53 in src/otx/algorithms/anomaly/adapters/anomalib/plugins/xpu_precision.py
Codecov / codecov/patch
src/otx/algorithms/anomaly/adapters/anomalib/plugins/xpu_precision.py#L53
Check warning on line 55 in src/otx/algorithms/anomaly/adapters/anomalib/plugins/xpu_precision.py
Codecov / codecov/patch
src/otx/algorithms/anomaly/adapters/anomalib/plugins/xpu_precision.py#L55
Check warning on line 59 in src/otx/algorithms/anomaly/adapters/anomalib/plugins/xpu_precision.py
Codecov / codecov/patch
src/otx/algorithms/anomaly/adapters/anomalib/plugins/xpu_precision.py#L59
Check warning on line 62 in src/otx/algorithms/anomaly/adapters/anomalib/plugins/xpu_precision.py
Codecov / codecov/patch
src/otx/algorithms/anomaly/adapters/anomalib/plugins/xpu_precision.py#L61-L62
Check warning on line 64 in src/otx/algorithms/anomaly/adapters/anomalib/plugins/xpu_precision.py
Codecov / codecov/patch
src/otx/algorithms/anomaly/adapters/anomalib/plugins/xpu_precision.py#L64
Check warning on line 69 in src/otx/algorithms/anomaly/adapters/anomalib/plugins/xpu_precision.py
Codecov / codecov/patch
src/otx/algorithms/anomaly/adapters/anomalib/plugins/xpu_precision.py#L66-L69
Check warning on line 79 in src/otx/algorithms/anomaly/adapters/anomalib/plugins/xpu_precision.py
Codecov / codecov/patch
src/otx/algorithms/anomaly/adapters/anomalib/plugins/xpu_precision.py#L78-L79
Check warning on line 83 in src/otx/algorithms/anomaly/adapters/anomalib/plugins/xpu_precision.py
Codecov / codecov/patch
src/otx/algorithms/anomaly/adapters/anomalib/plugins/xpu_precision.py#L83
Check warning on line 89 in src/otx/algorithms/anomaly/adapters/anomalib/plugins/xpu_precision.py
Codecov / codecov/patch
src/otx/algorithms/anomaly/adapters/anomalib/plugins/xpu_precision.py#L88-L89
Check warning on line 95 in src/otx/algorithms/anomaly/adapters/anomalib/plugins/xpu_precision.py
Codecov / codecov/patch
src/otx/algorithms/anomaly/adapters/anomalib/plugins/xpu_precision.py#L93-L95
Check warning on line 100 in src/otx/algorithms/anomaly/adapters/anomalib/plugins/xpu_precision.py
Codecov / codecov/patch
src/otx/algorithms/anomaly/adapters/anomalib/plugins/xpu_precision.py#L99-L100
Check warning on line 109 in src/otx/algorithms/anomaly/adapters/anomalib/plugins/xpu_precision.py
Codecov / codecov/patch
src/otx/algorithms/anomaly/adapters/anomalib/plugins/xpu_precision.py#L109
Check warning on line 52 in src/otx/algorithms/anomaly/adapters/anomalib/strategies/xpu_single.py
Codecov / codecov/patch
src/otx/algorithms/anomaly/adapters/anomalib/strategies/xpu_single.py#L52
Check warning on line 98 in src/otx/algorithms/anomaly/tasks/train.py
Codecov / codecov/patch
src/otx/algorithms/anomaly/tasks/train.py#L95-L98
Check warning on line 104 in src/otx/algorithms/anomaly/tasks/train.py
Codecov / codecov/patch
src/otx/algorithms/anomaly/tasks/train.py#L100-L104
Check warning on line 106 in src/otx/algorithms/anomaly/tasks/train.py
Codecov / codecov/patch
src/otx/algorithms/anomaly/tasks/train.py#L106