-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
I was a little confused by the ini referring to a kernel that does not seem to be used anywhere. So I wondered whether SMALL_EXP still does anything at all, and:
$ grep -r SMALL_EXP src
src/mfakto.cpp: strcat(program_options, " -DSMALL_EXP");
src/mfakto.ini:# depending on other settings: -g / -O3, -DCHECKS_MODBASECASE, -DCL_GPU_SIEVE, -DSMALL_EXP
src/perftest.cpp: strcat(program_options, " -DSMALL_EXP");It does not appear in any OpenCL code, only lingering around in the C++ bits for building clBuildProgram options. Maybe it's time to retire that config entry?
Metadata
Metadata
Assignees
Labels
No labels