|
Message-ID: <803734a3-3464-6d53-5974-42f3ef92081a@gmail.com> Date: Fri, 20 Oct 2017 16:52:39 -0200 From: Claudio André <claudioandre.br@...il.com> To: john-users@...ts.openwall.com Subject: Re: opencl on amd (mesa ISC and clc-amd) fails On 12.10.17 18:27, Matus UHLAR - fantomas wrote: > Device 1: AMD ICELAND (DRM 3.8.0 / 4.9.0-4-amd64, LLVM 3.9.1) > Benchmarking: mysql-sha1-opencl, MySQL 4.1+ [SHA1 OpenCL]... Options used: -I /home/uhlar/src/debian/john/bleeding-jumbo/run/kernels -cl-mad-enable -D__MESA__ -D__GPU__ -DDEVICE_INFO=10 -DSIZEOF_SIZE_T=8 -DDEV_VER_MAJOR=13 -DDEV_VER_MINOR=0 -D_OPENCL_COMPILER -DTWICE -DOFFSET_TABLE_SIZE=14 -DHASH_TABLE_SIZE=13 -DSHIFT64_OT_SZ=2 -DSHIFT64_HT_SZ=3 -DSHIFT128_OT_SZ=4 -DSHIFT128_HT_SZ=9 -DNUM_LOADED_HASHES=13 -DNUM_INT_KEYS=1 -DSELECT_CMP_STEPS=4 -DBITMAP_SIZE_BITS_LESS_ONE=32767 -DUSE_LOCAL_BITMAPS=1 -DIS_STATIC_GPU_MASK=0 -DCONST_CACHE_SIZE=1925299814 -DLOC_0=-1 -DLOC_1=-1 -DLOC_2=-1 -DLOC_3=-1 $JOHN/kernels /sha1_kernel.cl > Build log: input.cl:139:18: warning: unknown attribute 'max_constant_size' ignored > <unknown>:0:0: in function sha1 void (i32 addrspace(1)*, i32 addrspace(1)*, i32 addrspace(1)*, i32 addrspace(2)*, i32 addrspace(1)*, i32 addrspace(1)*, i32 addrspace(1)*, i32 addrspace(1)*, i32 addrspace(1)*, i32 addrspace(1)*): unsupported initializer for address space Short answer, MESA is not supported. Long answer: > unsupported initializer for address space - Which address space (local or global)? Why is it creating an initializer? Not the place to discuss the specification, but, as far as I know there is no sentence that states "The memory is going to be initialized". On the contrary. And finally, notice that this patch https://reviews.llvm.org/D6078 states: - Sort of depends on clang patch to not emit all LDS objects with zeroinitializer anymore. I would say: the initialization is NOT expected or desired. MESA/llvm/clang has a bug. Claudio PS: I know, sorry.
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.