|
Message-Id: <1UtLLM-0009WO-T5@internal.tormail.org> Date: Sun, 30 Jun 2013 17:23:21 +0000 From: "johnfoobar" <johnfoobar@...mail.org> To: john-users@...ts.openwall.com Subject: use of undeclared identifier 'k' Hi, I stumpled on the following two problems: -------------------------------------------- john -t [...] OpenCL platform 0: NVIDIA CUDA, 1 device(s). Device 0: Quadro 2000M Build log: In file included from :15: In file included from ./opencl_cryptsha256.h:18: ./opencl_sha256.h:38:38: warning: unknown '#pragma OPENCL EXTENSION' - ignored #pragma OPENCL EXTENSION cl_nv_pragma_unroll : enable ^ :84:14: error: use of undeclared identifier 'k' t1 = k[i] + w[i] + h + Sigma1(e) + Ch(e, f, g); ^ :100:14: error: use of undeclared identifier 'k' t1 = k[i] + w[i & 15] + h + Sigma1(e) + Ch(e, f, g); ^ :472:66: error: no member named 'final' in 'sha256_salt' salt->length, keys_buffer[gid].length, 0, salt->final); ~~~~ ^ Error -11 building kernel. DEVICE_INFO=130 OpenCL error (CL_BUILD_PROGRAM_FAILURE) in file (common-opencl.c) at line (222) - (clBuildProgram failed.) -------------------------------------------- ./john --format:mscash2-opencl -t OpenCL platform 0: NVIDIA CUDA, 1 device(s). Device 0: Quadro 2000M OpenCL error (CL_OUT_OF_RESOURCES) in file (common_opencl_pbkdf2.c) at line (433) - (SYNC FAILED) -------------------------------------------- I'm currently using 1.7.9-jumbo-8-RC [linux-x86-64-gpu] ca14b92fd8cddb5c3c408f0429bbf51bd59aa6c8
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.