We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
[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
The text was updated successfully, but these errors were encountered: