mirror of
https://github.com/stevenrobertson/cuburn.git
synced 2025-07-12 03:05:14 -04:00
fixed enable/disable chaos 'if chain' in iter kernel function
This commit is contained in:
@ -92,7 +92,7 @@ void iter(mwc_st *msts, iter_info *infos, float4 *accbuf, float *denbuf) {
|
||||
while (nsamps > 0) {
|
||||
float xfsel = mwc_next_01(&rctx);
|
||||
|
||||
{{if packer.get("cp.chaos_used")==True}}
|
||||
{{if features.chaos_used}}
|
||||
{{for density_row_idx, prior_xform_idx in enumerate(features.std_xforms)}}
|
||||
{{for density_col_idx, this_xform_idx in enumerate(features.std_xforms)}}
|
||||
if (last_xf_used == {{prior_xform_idx}} &&
|
||||
|
Reference in New Issue
Block a user