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

Not using iGPU on macOS 10.14 Mojave #2

Closed
gnattu opened this issue Nov 11, 2018 · 2 comments
Closed

Not using iGPU on macOS 10.14 Mojave #2

gnattu opened this issue Nov 11, 2018 · 2 comments

Comments

@gnattu
Copy link

gnattu commented Nov 11, 2018

The program uses CPU instead of integrated GPU on my mac.
Compiled master directly with make

Yakumo-Yukari:waifu2x-ocl gnattu$ ./waifu2x_ocl -s 2.0 /Users/gnattu/Pictures/66176711_p1_master1200.jpg 
/Users/gnattu/Pictures/66176711_p1_master1200.jpg 1200x675 3
wsize:287136
Intel(R) Core(TM) i7-7567U CPU @ 3.50GHz (platform 0, device 0)
Maximum memory allocation size is 4294967296 bytes
@yui0
Copy link
Owner

yui0 commented Nov 13, 2018

Please try the following command.
$ FORCE_GPU=1 ./waifu2x_ocl -s 2.0 picture.jpg

@gnattu
Copy link
Author

gnattu commented Nov 13, 2018

It works. Thanks

@gnattu gnattu closed this as completed Nov 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants