Register Allocation Error in WASP Compilation – Seeking Advice on Adjustments

ptxas fatal: (C7600) Register allocation failed with register count of '128'. Compile the program with a higher register target.
ptxas fatal: Ptx assembly aborted due to errors.

I’m encountering this register shortage issue while writing WASP. How should I adjust it? Should I try manual adjustments?