Skip to content
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

working in cpu only mode #504

Closed
yuewu001 opened this issue Feb 1, 2019 · 3 comments
Closed

working in cpu only mode #504

yuewu001 opened this issue Feb 1, 2019 · 3 comments
Labels
enhancement New feature or request external contribution welcome A good place to start contributing to the project

Comments

@yuewu001
Copy link

yuewu001 commented Feb 1, 2019

is there any plan to make DALI work in CPU only mode? This is quite useful for programming on local devices.

@yuewu001 yuewu001 changed the title working on cpu only mode working in cpu only mode Feb 1, 2019
@JanuszL JanuszL added the enhancement New feature or request label Feb 1, 2019
@JanuszL
Copy link
Contributor

JanuszL commented Feb 1, 2019

Hi,
DALI was designed to accelerate processing utilizing GPU, with ability to fallback to the CPU when needed. Still it assumes that GPU is present even if the processing is done purely on the CPU. For all our use cases this assumption is valid.
Technically I don't see any obstacle from striping this GPU dependency, but we cannot commit to do that in the near future and this could be a good case for external contribution.
Added to our ToDo list - DALI-514.

@JanuszL JanuszL added the external contribution welcome A good place to start contributing to the project label Mar 28, 2019
@JanuszL
Copy link
Contributor

JanuszL commented Aug 28, 2020

Hi,
This #2165 should address your request.

@JanuszL JanuszL added this to the Release_0.26.0 milestone Aug 28, 2020
@JanuszL
Copy link
Contributor

JanuszL commented Oct 5, 2020

DALI 0.26 is available and should include the needed functionality.

@JanuszL JanuszL closed this as completed Oct 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request external contribution welcome A good place to start contributing to the project
Projects
None yet
Development

No branches or pull requests

2 participants