246 Commits (e32dcd7190bcf25bb283befa84e3e4807c46bd6b)

Author SHA1 Message Date
Jan Berdajs c2131df6aa add support for setting algorithm/nfactor for each pool separately, and fix bugged OpenCL thread cleanup (thread shutdown) 11 years ago
Noel Maersk 27e4515b9a opencl: move lookup-gap check for kernel zuikkis to after it is set from opt_lg. 11 years ago
Noel Maersk 18d9c648ba opencl: update comment on generated binary file name. 11 years ago
Noel Maersk e02f111dca opencl: reuse strbuf in initCl, get rid of poorly-named numbuf. 11 years ago
Noel Maersk 89d641628b log: warn on using kernel zuikkis with lookup-gap != 2. 11 years ago
Noel Maersk 7a3a510216 log: mention non-user-settable kernel parameters in "Initialising kernel" notice. 11 years ago
Noel Maersk 0d8977774f opencl: correctly test if no kernel name was specified in config. 11 years ago
Noel Maersk 98cd96f27a opencl: add log notice, change another to notice level, shorten comment. 11 years ago
Noel Maersk 87801c2578 opencl: rename cgpu_info->kname to cgpu_info->kernelname. 11 years ago
Noel Maersk 1333ed576d core: simplify kernel selection code. 11 years ago
unknown f7f582732a Fixed bufsize type. 11 years ago
Noel Maersk c6a27709f8 core: use global algorithm structure instead of opt_nfactor. 11 years ago
Noel Maersk c2c8231b9e kernel: zuikkis supports all worksizes. 11 years ago
Noel Maersk e18bcc2582 kernel: use N-factor table instead of passing parameter N directly. 11 years ago
Noel Maersk 3afaaf1bfa ocl: rename nfactor to N where appropriate. 11 years ago
Noel Maersk 4b3b2ef5a6 ocl: use 'nf' instead of 'n' in compiled kernel binary name. 11 years ago
Noel Maersk 5b42d38f33 ocl/misc: spacing. 11 years ago
Noel Maersk 7217da3078 ocl: vectors are hard-set to 1, add appropriate "optimisation". 11 years ago
Noel Maersk ab9fcb1a14 ocl: use same type convention for nfactor (`cl_uint` instead of `int`). 11 years ago
Teemu Suikki 73bb1504e9 Scrypt-nfactor support! 11 years ago
Brandon Tuomela bda1070259 kernel: add psw kernel. 11 years ago
Noel Maersk e123cc20c3 kernel: search in `pwd`/kernel/ for kernels. 11 years ago
Sanjin Trošelj 5d5769156f VS2010 build: Prepare ocl.c 11 years ago
Noel Maersk e8978db55f kernel: slight refactor, add warnings about new kernels, and known limitations of zuikkis. 11 years ago
Noel Maersk 5f326d64f5 kernel: allow choosing Alexey Karimov's kernels. 11 years ago
Noel Maersk 7950c10374 kernel: integrate Zuikkis' kernel, selectable with `--kernel=zuikkis`. 11 years ago
Noel Maersk 9d1db95a28 misc: move scrypt130511.cl kernel file to kernel/ckolivas.cl 11 years ago
Martin Danielsen 7aeae40af2 EXPERIMENTAL: A new way of setting intensity; introducing xintensity! 11 years ago
Noel Maersk 50066cf3c7 misc: Replace all remaining instances of 'cgminer' with 'sgminer'. 11 years ago
Noel Maersk 199cb10e18 HAVE_OPENCL is mandatory, remove checks form code an build system. 11 years ago
Noel Maersk 95586f72f0 Squash-merge branch dead-end with unnecessary check removals. 11 years ago
Noel Maersk d0070c0424 HARD RESET to: Remove Bitcoin detection code. 11 years ago
Con Kolivas 578fabe07c Do not perform bfi int patching for opencl1.2 or later. 11 years ago
Con Kolivas 466d3beca0 Provide a --disable-libcurl config option to build support for stratum mining only. 11 years ago
Kano 383eeabc71 ocl.c fix applog warnings on windows 11 years ago
Con Kolivas b196d4fa0c Support more shares to be returned for scrypt mining. 12 years ago
Kano 54d5d26095 ocl correct applog typing 12 years ago
Con Kolivas 2643ad1b22 Use only the one jump in ocl.c to bypass binary saves for osx opencl. 12 years ago
Con Kolivas 0a8f584909 Initialise variables not set on OSX in ocl.c. 12 years ago
Con Kolivas 9aae2256d3 Bypass attempting to read and save binary files on OSX to avoid crashes on >1 GPU. 12 years ago
Con Kolivas 57e5bfbb25 Set default ocl work size for scrypt to 256. 12 years ago
ckolivas 6ffba7e9d8 Convert error getting device IDs in ocl code to info log level only since multiple platforms may be installed and the error is harmless there. 12 years ago
ckolivas a797898fc3 Unnecessary extra array in ocl code. 12 years ago
Kano ed480de9c1 LTC text typo 12 years ago
Con Kolivas 132ee4c981 Do not scan other gpu platforms if one is specified. 12 years ago
Con Kolivas 584fc013ab Use a new algorithm for choosing a thread concurrency when none or no shader value is specified for scrypt. 12 years ago
Con Kolivas d0f18e83ad Do not round up the bufsize to the maximum allocable with scrypt. 12 years ago
Con Kolivas 3c3fbdce1c Remove the rounding-up of the scrypt padbuffer which was not effectual and counter-productive on devices with lots of ram, limiting thread concurrencies and intensities. 12 years ago
Con Kolivas 1c6d8a36d8 bufsize is an unsigned integer, make it so for debug. 12 years ago
Con Kolivas 767d6df1a5 Whitelist AMD APP SDK 2.8 for diablo kernel. 12 years ago