-
Couldn't load subscription status.
- Fork 14
Description
i'm trying to use the GPU for hash computation in hashcat on my oneplus 6 adreno 630 running nethunter pro phosh version and all the configurations with hashcat is done
When i run hashcaty for a specific mode or even in benshmark mode every test or result return the error, which I would appreciate if you could help me to solve:
clEnqueueNDRangeKernel(): CL_INVALID_WORK_ITEM_SIZE
details of my set up and error:
root@rusticl-rootfs:/#
ls -l /dev/dri
total 0
drwxr-xr-x 2 root root 80 Oct 16 16:27 by-path
crw-rw----+ 1 root video 226, 0 Oct 16 16:33 card0
crw-rw----+ 1 root render 226, 128 Oct 16 16:33 renderD128
root@rusticl-rootfs:/# getent group render
render:x:992:
ls -l /lib/firmware/qcom/a63*
ls -l /lib/firmware/qcom/sdm845
test -r /dev/dri/renderD128 && echo "Can read renderD128" || echo "Cannot read"
test -w /dev/dri/renderD128 && echo "Can write renderD128" || echo "Cannot write"
apt update
apt install -t trixie
hashcat clinfo binutils
mesa-libgallium
mesa-opencl-icd
libgl1-mesa-dri
libgbm1
libegl-mesa0
mesa-vulkan-drivers
libdrm-common
libdrm-freedreno1
libdrm2
mesa-utils
ldconfig
export RUSTICL_ENABLE=freedreno
root@rusticl-rootfs:/testOpenCL#
uname -a
Linux rusticl-rootfs 6.12.40-qcom-nh #1 SMP PREEMPT Sun Jul 27 08:46:56 UTC 2025 aarch64 GNU/Linux
modinfo msm | grep -E "filename|version|srcversion"
filename: /lib/modules/6.12.40-qcom-nh/kernel/drivers/gpu/drm/msm/msm.ko
vermagic: 6.12.40-qcom-nh SMP preempt mod_unload modversions aarch64
mesa-opencl-icd/stable,now 25.0.7-2 arm64 [installed]
free implementation of the OpenCL API -- ICD runtime
hashcat -m 0 -a 3 test.hash ?l?l?l?l?l?l?l?l
hashcat (v6.2.6) starting
OpenCL API (OpenCL 3.0 ) - Platform #1 [Mesa/X.org]
- Device Fix "About" link #1: FD630, 1984/4096 MB (1024 MB allocatable), 9999MCU
Minimum password length supported by kernel: 0
Maximum password length supported by kernel: 256
Hashes: 1 digests; 1 unique digests, 1 unique salts
Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes, 5/13 rotates
Optimizers applied:
- Zero-Byte
- Early-Skip
- Not-Salted
- Not-Iterated
- Single-Hash
- Single-Salt
- Brute-Force
- Raw-Hash
ATTENTION! Pure (unoptimized) backend kernels selected.
Pure kernels can crack longer passwords, but drastically reduce performance.
If you want to switch to optimized kernels, append -O to your commandline.
See the above message to find out about the exact limits.
Watchdog: Hardware monitoring interface not found on your system.
Watchdog: Temperature abort trigger disabled.
clEnqueueNDRangeKernel(): CL_INVALID_WORK_ITEM_SIZE
Started: Thu Oct 16 21:56:29 2025
Stopped: Thu Oct 16 21:56:34 2025
clinfo
libGL: Can't open configuration file /etc/drirc: No such file or directory.
libGL: Can't open configuration file /root/.drirc: No such file or directory.
libGL: Can't open configuration file /etc/drirc: No such file or directory.
libGL: Can't open configuration file /root/.drirc: No such file or directory.
libGL: Can't open configuration file /etc/drirc: No such file or directory.
libGL: Can't open configuration file /root/.drirc: No such file or directory.
util_cpu_caps.nr_cpus = 8
util_cpu_caps.x86_cpu_type = 0
util_cpu_caps.cacheline = 8
util_cpu_caps.has_sse = 0
util_cpu_caps.has_sse2 = 0
util_cpu_caps.has_sse3 = 0
util_cpu_caps.has_ssse3 = 0
util_cpu_caps.has_sse4_1 = 0
util_cpu_caps.has_sse4_2 = 0
util_cpu_caps.has_avx = 0
util_cpu_caps.has_avx2 = 0
util_cpu_caps.has_f16c = 0
util_cpu_caps.has_popcnt = 0
util_cpu_caps.has_altivec = 0
util_cpu_caps.has_vsx = 0
util_cpu_caps.has_neon = 1
util_cpu_caps.has_msa = 0
util_cpu_caps.has_daz = 0
util_cpu_caps.has_lsx = 0
util_cpu_caps.has_lasx = 0
util_cpu_caps.has_avx512f = 0
util_cpu_caps.has_avx512dq = 0
util_cpu_caps.has_avx512ifma = 0
util_cpu_caps.has_avx512pf = 0
util_cpu_caps.has_avx512er = 0
util_cpu_caps.has_avx512cd = 0
util_cpu_caps.has_avx512bw = 0
util_cpu_caps.has_avx512vl = 0
util_cpu_caps.has_avx512vbmi = 0
util_cpu_caps.has_clflushopt = 0
util_cpu_caps.num_L3_caches = 1
util_cpu_caps.num_cpu_mask_bits = 32
util_cpu_caps.nr_cpus = 8
util_cpu_caps.x86_cpu_type = 0
util_cpu_caps.cacheline = 8
util_cpu_caps.has_sse = 0
util_cpu_caps.has_sse2 = 0
util_cpu_caps.has_sse3 = 0
util_cpu_caps.has_ssse3 = 0
util_cpu_caps.has_sse4_1 = 0
util_cpu_caps.has_sse4_2 = 0
util_cpu_caps.has_avx = 0
util_cpu_caps.has_avx2 = 0
util_cpu_caps.has_f16c = 0
util_cpu_caps.has_popcnt = 0
util_cpu_caps.has_altivec = 0
util_cpu_caps.has_vsx = 0
util_cpu_caps.has_neon = 1
util_cpu_caps.has_msa = 0
util_cpu_caps.has_daz = 0
util_cpu_caps.has_lsx = 0
util_cpu_caps.has_lasx = 0
util_cpu_caps.has_avx512f = 0
util_cpu_caps.has_avx512dq = 0
util_cpu_caps.has_avx512ifma = 0
util_cpu_caps.has_avx512pf = 0
util_cpu_caps.has_avx512er = 0
util_cpu_caps.has_avx512cd = 0
util_cpu_caps.has_avx512bw = 0
util_cpu_caps.has_avx512vl = 0
util_cpu_caps.has_avx512vbmi = 0
util_cpu_caps.has_clflushopt = 0
util_cpu_caps.num_L3_caches = 1
util_cpu_caps.num_cpu_mask_bits = 32
Unknown RUSTICL_DEBUG flag found: all
libGL: Can't open configuration file /etc/drirc: No such file or directory.
libGL: Can't open configuration file /root/.drirc: No such file or directory.
libGL: Can't open configuration file /etc/drirc: No such file or directory.
libGL: Can't open configuration file /root/.drirc: No such file or directory.
libGL: Can't open configuration file /etc/drirc: No such file or directory.
libGL: Can't open configuration file /root/.drirc: No such file or directory.
util_cpu_caps.nr_cpus = 8
util_cpu_caps.x86_cpu_type = 0
util_cpu_caps.cacheline = 8
util_cpu_caps.has_sse = 0
util_cpu_caps.has_sse2 = 0
util_cpu_caps.has_sse3 = 0
util_cpu_caps.has_ssse3 = 0
util_cpu_caps.has_sse4_1 = 0
util_cpu_caps.has_sse4_2 = 0
util_cpu_caps.has_avx = 0
util_cpu_caps.has_avx2 = 0
util_cpu_caps.has_f16c = 0
util_cpu_caps.has_popcnt = 0
util_cpu_caps.has_altivec = 0
util_cpu_caps.has_vsx = 0
util_cpu_caps.has_neon = 1
util_cpu_caps.has_msa = 0
util_cpu_caps.has_daz = 0
util_cpu_caps.has_lsx = 0
util_cpu_caps.has_lasx = 0
util_cpu_caps.has_avx512f = 0
util_cpu_caps.has_avx512dq = 0
util_cpu_caps.has_avx512ifma = 0
util_cpu_caps.has_avx512pf = 0
util_cpu_caps.has_avx512er = 0
util_cpu_caps.has_avx512cd = 0
util_cpu_caps.has_avx512bw = 0
util_cpu_caps.has_avx512vl = 0
util_cpu_caps.has_avx512vbmi = 0
util_cpu_caps.has_clflushopt = 0
util_cpu_caps.num_L3_caches = 1
util_cpu_caps.num_cpu_mask_bits = 32
Number of platforms 2
Platform Name rusticl
Platform Vendor Mesa/X.org
Platform Version OpenCL 3.0
Platform Profile FULL_PROFILE
Platform Extensions cl_khr_icd cl_khr_byte_addressable_store cl_khr_create_command_queue cl_khr_expect_assume cl_khr_extended_versioning cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_il_program cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_integer_dot_product cl_khr_spirv_no_integer_wrap_decoration cl_khr_suggested_local_work_size cles_khr_int64 cl_khr_3d_image_writes cl_khr_depth_images cl_khr_device_uuid
Platform Extensions with Version cl_khr_icd 0x400000 (1.0.0)
cl_khr_byte_addressable_store 0x400000 (1.0.0)
cl_khr_create_command_queue 0x400000 (1.0.0)
cl_khr_expect_assume 0x400000 (1.0.0)
cl_khr_extended_versioning 0x400000 (1.0.0)
cl_khr_global_int32_base_atomics 0x400000 (1.0.0)
cl_khr_global_int32_extended_atomics 0x400000 (1.0.0)
cl_khr_il_program 0x400000 (1.0.0)
cl_khr_local_int32_base_atomics 0x400000 (1.0.0)
cl_khr_local_int32_extended_atomics 0x400000 (1.0.0)
cl_khr_integer_dot_product 0x800000 (2.0.0)
cl_khr_spirv_no_integer_wrap_decoration 0x400000 (1.0.0)
cl_khr_suggested_local_work_size 0x400000 (1.0.0)
cles_khr_int64 0x400000 (1.0.0)
cl_khr_3d_image_writes 0x400000 (1.0.0)
cl_khr_depth_images 0x400000 (1.0.0)
cl_khr_device_uuid 0x400000 (1.0.0)
Platform Numeric Version 0xc00000 (3.0.0)
Platform Extensions function suffix MESA
Platform Host timer resolution 1ns
Platform Name Clover
Platform Vendor Mesa
Platform Version OpenCL 1.1 Mesa 25.0.7-2
Platform Profile FULL_PROFILE
Platform Extensions cl_khr_icd
Platform Extensions function suffix MESA
Platform Name rusticl
Number of devices 1
Device Name FD630
Device Vendor Qualcomm
Device Vendor ID 0x5143
Device Version OpenCL 3.0
Device UUID 92dda8d3-1831-c1ac-9ca0-4857a11ec91e
Driver UUID 61cc1f04-b4b9-1a58-06fd-26ddf9fe210e
Valid Device LUID No
Device LUID 0000-000000000000
Device Node Mask 0
Device Numeric Version 0xc00000 (3.0.0)
Driver Version 25.0.7-2
Device OpenCL C Version OpenCL C 1.2
Device OpenCL C Numeric Version 0x402000 (1.2.0)
Device OpenCL C all versions OpenCL C 0xc00000 (3.0.0)
OpenCL C 0x402000 (1.2.0)
OpenCL C 0x401000 (1.1.0)
OpenCL C 0x400000 (1.0.0)
Device OpenCL C features __opencl_c_integer_dot_product_input_4x8bit 0x800000 (2.0.0)
__opencl_c_integer_dot_product_input_4x8bit_packed 0x800000 (2.0.0)
__opencl_c_int64 0x400000 (1.0.0)
__opencl_c_images 0x400000 (1.0.0)
__opencl_c_read_write_images 0x400000 (1.0.0)
__opencl_c_3d_image_writes 0x400000 (1.0.0)
Latest conformance test passed v0000-01-01-00
Device Type GPU
Device Profile EMBEDDED_PROFILE
Device Available Yes
Compiler Available Yes
Linker Available Yes
Max compute units 9999
Max clock frequency 710MHz
Device Partition (core)
Max number of sub-devices 0
Supported partition types None
Supported affinity domains (n/a)
Max work item dimensions 3
Max work item sizes 1024x1024x64
Max work group size 1024
Preferred work group size multiple (device) 32
Preferred work group size multiple (kernel) 128
Max sub-groups per work group 0
Preferred / native vector sizes
char 1 / 1
short 1 / 1
int 1 / 1
long 1 / 1
half 0 / 0 (n/a)
float 1 / 1
double 0 / 0 (n/a)
Half-precision Floating-point support (n/a)
Single-precision Floating-point support (core)
Denormals No
Infinity and NANs Yes
Round to nearest Yes
Round to zero No
Round to infinity No
IEEE754-2008 fused multiply-add No
Support is emulated in software No
Correctly-rounded divide and sqrt operations No
Double-precision Floating-point support (n/a)
Address bits 64, Little-Endian
Global memory size 4294967296 (4GiB)
Error Correction support No
Max memory allocation 2147483648 (2GiB)
Unified memory for Host and Device Yes
Shared Virtual Memory (SVM) capabilities (core)
Coarse-grained buffer sharing No
Fine-grained buffer sharing No
Fine-grained system sharing No
Atomics No
Minimum alignment for any data type 128 bytes
Alignment of base address 4096 bits (512 bytes)
Preferred alignment for atomics
SVM 0 bytes
Global 0 bytes
Local 0 bytes
Atomic memory capabilities relaxed, work-group scope
Atomic fence capabilities relaxed, acquire/release, work-group scope
Max size for global variable 0
Preferred total size of global vars 0
Global Memory cache type None
Image support Yes
Max number of samplers per kernel 16
Max size for 1D images from buffer 134217728 pixels
Max 1D or 2D image array size 2048 images
Base address alignment for 2D image buffers 0 bytes
Pitch alignment for 2D image buffers 0 pixels
Max 2D image size 16384x16384 pixels
Max 3D image size 2048x2048x2048 pixels
Max number of read image args 16
Max number of write image args 32
Max number of read/write image args 32
Pipe support No
Max number of pipe args 0
Max active pipe reservations 0
Max pipe packet size 0
Local memory type Global
Local memory size 32768 (32KiB)
Max number of constant args 16
Max constant buffer size 67108864 (64MiB)
Generic address space support No
Max size of kernel argument 4096 (4KiB)
Queue properties (on host)
Out-of-order execution Yes
Profiling Yes
Device enqueue capabilities (n/a)
Queue properties (on device)
Out-of-order execution No
Profiling No
Preferred size 0
Max size 0
Max queues on device 0
Max events on device 0
Prefer user sync for interop Yes
Profiling timer resolution 52ns
Execution capabilities
Run OpenCL kernels Yes
Run native kernels No
Non-uniform work-groups No
Work-group collective functions No
Sub-group independent forward progress No
IL version SPIR-V_1.0 SPIR-V_1.1 SPIR-V_1.2 SPIR-V_1.3 SPIR-V_1.4
ILs with version SPIR-V 0x400000 (1.0.0)
SPIR-V 0x401000 (1.1.0)
SPIR-V 0x402000 (1.2.0)
SPIR-V 0x403000 (1.3.0)
SPIR-V 0x404000 (1.4.0)
printf() buffer size 1048576 (1024KiB)
Built-in kernels (n/a)
Built-in kernels with version (n/a)
Device Extensions cl_khr_byte_addressable_store cl_khr_create_command_queue cl_khr_expect_assume cl_khr_extended_versioning cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_il_program cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_integer_dot_product cl_khr_spirv_no_integer_wrap_decoration cl_khr_suggested_local_work_size cles_khr_int64 cl_khr_3d_image_writes cl_khr_depth_images cl_khr_device_uuid
Device Extensions with Version cl_khr_byte_addressable_store 0x400000 (1.0.0)
cl_khr_create_command_queue 0x400000 (1.0.0)
cl_khr_expect_assume 0x400000 (1.0.0)
cl_khr_extended_versioning 0x400000 (1.0.0)
cl_khr_global_int32_base_atomics 0x400000 (1.0.0)
cl_khr_global_int32_extended_atomics 0x400000 (1.0.0)
cl_khr_il_program 0x400000 (1.0.0)
cl_khr_local_int32_base_atomics 0x400000 (1.0.0)
cl_khr_local_int32_extended_atomics 0x400000 (1.0.0)
cl_khr_integer_dot_product 0x800000 (2.0.0)
cl_khr_spirv_no_integer_wrap_decoration 0x400000 (1.0.0)
cl_khr_suggested_local_work_size 0x400000 (1.0.0)
cles_khr_int64 0x400000 (1.0.0)
cl_khr_3d_image_writes 0x400000 (1.0.0)
cl_khr_depth_images 0x400000 (1.0.0)
cl_khr_device_uuid 0x400000 (1.0.0)
Platform Name Clover
Number of devices 0
NULL platform behavior
clGetPlatformInfo(NULL, CL_PLATFORM_NAME, ...) rusticl
clGetDeviceIDs(NULL, CL_DEVICE_TYPE_ALL, ...) Success [MESA]
clCreateContext(NULL, ...) [default] Success [MESA]
clCreateContext(NULL, ...) [other] <error: no devices in non-default plaforms>
clCreateContextFromType(NULL, CL_DEVICE_TYPE_DEFAULT) Success (1)
Platform Name rusticl
Device Name FD630
clCreateContextFromType(NULL, CL_DEVICE_TYPE_CPU) No devices found in platform
clCreateContextFromType(NULL, CL_DEVICE_TYPE_GPU) Success (1)
Platform Name rusticl
Device Name FD630
clCreateContextFromType(NULL, CL_DEVICE_TYPE_ACCELERATOR) No devices found in platform
clCreateContextFromType(NULL, CL_DEVICE_TYPE_CUSTOM) No devices found in platform
clCreateContextFromType(NULL, CL_DEVICE_TYPE_ALL) Success (1)
Platform Name rusticl
Device Name FD630
ICD loader properties
ICD loader Name OpenCL ICD Loader
ICD loader Vendor OCL Icd free software
ICD loader Version 2.3.3
ICD loader Profile OpenCL 3.0
root@rusticl-rootfs:/#
dmesg | egrep -i 'drm|msm|freedreno|adreno|rusticl|renderD' | tail -n 200
[ 0.000000] Kernel command line: mobile.root=UUID=fc6888b4-6d38-40f2-baf7-16e305e02bf1 mobile.qcomsoc=qcom/sdm845 mobile.vendor=oneplus mobile.model=enchilada console=ttyMSM0,115200 init=/sbin/init ro loglevel=7 splash androidboot.verifiedbootstate=orange androidboot.keymaster=1 root=PARTUUID=20bc2420-130d-640b-7472-286d30b7137d androidboot.bootdevice=1d84000.ufshc androidboot.fstab_suffix=default androidboot.serialno=07499002 androidboot.baseband=msm msm_drm.dsi_display0=dsi_samsung_sofef00_m_cmd_display: androidboot.dtb_idx=-1347440721 panel_type=black androidboot.mode=normal androidboot.recoveryreason=000 androidboot.project_name=17819 androidboot.project_codename=enchilada ddr_manufacture_info=Samsung ddr_row0_info=16 androidboot.hw_version=22 androidboot.rf_version=42 androidboot.prj_version=0 androidboot.platform_id=321 androidboot.platform_name=SDM845 androidboot.startupmode=pwrkey androidboot.enable_dm_verity=1 androidboot.at_location=factory androidboot.power_cut_test=0 androidboot.secboot=enabled androidboot
[ 0.143522] msm_serial: driver initialized
[ 0.283503] 898000.serial: ttyHS1 at MMIO 0x898000 (irq = 107, base_baud = 0) is a MSM
[ 0.286965] a84000.serial: ttyMSM0 at MMIO 0xa84000 (irq = 108, base_baud = 0) is a MSM
[ 0.287325] printk: legacy console [ttyMSM0] enabled
[ 3.726625] adreno 5000000.gpu: Adding to iommu group 5
[ 3.726904] msm-mdss ae00000.display-subsystem: Adding to iommu group 6
[ 3.730558] msm_dsi ae94000.dsi: supply refgen not found, using dummy regulator
[ 3.776997] msm_dpu ae01000.display-controller: bound ae94000.dsi (ops msm_dsi_phy_driver_unregister [msm])
[ 3.911245] adreno 5000000.gpu: supply vdd not found, using dummy regulator
[ 3.918333] adreno 5000000.gpu: supply vddcx not found, using dummy regulator
[ 3.948591] msm_dpu ae01000.display-controller: bound 5000000.gpu (ops msm_dsi_phy_driver_unregister [msm])
[ 3.967648] [drm:dpu_kms_hw_init:1108] dpu hardware revision:0x40000000
[ 3.982697] [drm] Initialized msm 1.12.0 for ae01000.display-controller on minor 0
[ 3.996899] msm_dpu ae01000.display-controller: [drm:adreno_request_fw [msm]] loaded qcom/a630_sqe.fw from new location
[ 4.015886] msm_dpu ae01000.display-controller: [drm:adreno_request_fw [msm]] loaded qcom/a630_gmu.bin from new location
[ 4.343041] msm_dpu ae01000.display-controller: [drm] fb0: msmdrmfb frame buffer device
[ 7.646448] systemd[1]: Expecting device dev-ttyMSM0.device - /dev/ttyMSM0...
[ 8.352029] systemd[1]: [email protected] - Load Kernel Module drm was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!drm)