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

can't run demo #1

Open
rayNymous opened this issue Sep 28, 2018 · 0 comments
Open

can't run demo #1

rayNymous opened this issue Sep 28, 2018 · 0 comments

Comments

@rayNymous
Copy link

[nymous@myarch cl_amd]$ ./demo ec_p_mul.cl point_mul
Check OpenCL environtment
Connecting to OpenCL device: AuthenticAMD pthread-AMD FX(tm)-8320 Eight-Core Processor
CL_DEVICE_MAX_COMPUTE_UNITS 2
CL_DEVICE_MAX_WORK_GROUP_SIZE 4096
CL_DEVICE_LOCAL_MEM_SIZE 4194304b
Building from OpenCL source: ec_p_mul.cl
Compile/query OpenCL_program: point_mul
14 errors generated.
clBuildProgram failed: -11

error: /home/nymous/.cache/pocl/kcache/tempfile-92-47-30-85-d6.cl:205:21: passing '__constant u8 *' (aka '__constant unsigned char *') to parameter of type 'const __local u8 *' (aka 'const __local unsigned char *') changes address space of pointer
error: /home/nymous/.cache/pocl/kcache/tempfile-92-47-30-85-d6.cl:219:16: passing '__local u8 *' (aka '__local unsigned char *') to parameter of type 'const u8 *' (aka 'const unsigned char *') changes address space of pointer
error: /home/nymous/.cache/pocl/kcache/tempfile-92-47-30-85-d6.cl:222:15: passing '__local u8 *' (aka '__local unsigned char *') to parameter of type 'const u8 *' (aka 'const unsigned char *') changes address space of pointer
error: /home/nymous/.cache/pocl/kcache/tempfile-92-47-30-85-d6.cl:227:16: passing '__local u8 *' (aka '__local unsigned char *') to parameter of type 'const u8 *' (aka 'const unsigned char *') changes address space of pointer
error: /home/nymous/.cache/pocl/kcache/tempfile-92-47-30-85-d6.cl:248:15: passing '__constant u8 *' (aka '__constant unsigned char *') to parameter of type 'const u8 *' (aka 'const unsigned char *') changes address space of pointer
error: /home/nymous/.cache/pocl/kcache/tempfile-92-47-30-85-d6.cl:252:16: passing '__constant u8 *' (aka '__constant unsigned char *') to parameter of type 'const u8 *' (aka 'const unsigned char *') changes address space of pointer
error: /home/nymous/.cache/pocl/kcache/tempfile-92-47-30-85-d6.cl:265:15: passing '__constant u8 *' (aka '__constant unsigned char *') to parameter of type 'const u8 *' (aka 'const unsigned char *') changes address space of pointer
error: /home/nymous/.cache/pocl/kcache/tempfile-92-47-30-85-d6.cl:275:21: passing '__constant u8 *' (aka '__constant unsigned char *') to parameter of type 'const __local u8 *' (aka 'const __local unsigned char *') changes address space of pointer
error: /home/nymous/.cache/pocl/kcache/tempfile-92-47-30-85-d6.cl:277:16: passing '__local u8 *' (aka '__local unsigned char *') to parameter of type 'const u8 *' (aka 'const unsigned char *') changes address space of pointer
error: /home/nymous/.cache/pocl/kcache/tempfile-92-47-30-85-d6.cl:280:15: passing '__local u8 *' (aka '__local unsigned char *') to parameter of type 'const u8 *' (aka 'const unsigned char *') changes address space of pointer
error: /home/nymous/.cache/pocl/kcache/tempfile-92-47-30-85-d6.cl:287:16: passing '__local u8 *' (aka '__local unsigned char *') to parameter of type 'const u8 *' (aka 'const unsigned char *') changes address space of pointer
error: /home/nymous/.cache/pocl/kcache/tempfile-92-47-30-85-d6.cl:345:10: passing '__global u8 *' (aka '__global unsigned char *') to parameter of type '__local u8 *' (aka '__local unsigned char *') changes address space of pointer
error: /home/nymous/.cache/pocl/kcache/tempfile-92-47-30-85-d6.cl:346:10: passing '__global u8 *' (aka '__global unsigned char *') to parameter of type '__local u8 *' (aka '__local unsigned char *') changes address space of pointer
error: /home/nymous/.cache/pocl/kcache/tempfile-92-47-30-85-d6.cl:347:10: passing '__global u8 *' (aka '__global unsigned char *') to parameter of type '__local u8 *' (aka '__local unsigned char *') changes address space of pointer

@rayNymous rayNymous changed the title can't run can't run demo Sep 28, 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

1 participant