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

Intel Arc A750 --enable-opencl support #398

Open
Lia-4c6961 opened this issue Feb 19, 2023 · 1 comment
Open

Intel Arc A750 --enable-opencl support #398

Lia-4c6961 opened this issue Feb 19, 2023 · 1 comment

Comments

@Lia-4c6961
Copy link

Running seedrecover.py with --enable-opencl on Intel Arc A750, gives the following warnings and the speed that it gets it's just as much as it would be by running on cpu without the --enable-opencl.

Build on <pyopencl.Device 'Intel(R) Arc(TM) A750 Graphics' on 'Intel(R) OpenCL HD Graphics' at 0x16828779bc0> succeeded, but said:

1:128:5: warning: format specifies type 'unsigned int' but the argument has type 'unsigned long'
    def_printFromWord(__private, printFromWord, "")
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1:120:32: note: expanded from macro 'def_printFromWord'
                printf("%02x", v);              \
                        ~~~~   ^
1:129:5: warning: format specifies type 'unsigned int' but the argument has type 'unsigned long'
    def_printFromWord(__global, printFromWord_glbl, "")
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1:120:32: note: expanded from macro 'def_printFromWord'
                printf("%02x", v);              \
                        ~~~~   ^
1:130:5: warning: format specifies type 'unsigned int' but the argument has type 'unsigned long'
    def_printFromWord(__private, printFromWord_n, "\n")
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1:120:32: note: expanded from macro 'def_printFromWord'
                printf("%02x", v);              \
                        ~~~~   ^
1:131:5: warning: format specifies type 'unsigned int' but the argument has type 'unsigned long'
    def_printFromWord(__global, printFromWord_glbl_n, "\n")
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1:120:32: note: expanded from macro 'def_printFromWord'
                printf("%02x", v);              \
                        ~~~~   ^
1:628:20: warning: initializing '__global unsigned long *' with an expression of type 'unsigned long const __global[4]' discards qualifiers
    __global word *pwdBuffer = pwdbuffer_arg[0].buffer;
                   ^           ~~~~~~~~~~~~~~~~~~~~~~~
  warn(text, CompilerWarning)
@3rdIteration
Copy link
Owner

Not currently supported on Intel GPUs

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