nways_accelerated_programming
nways_accelerated_programming copied to clipboard
Issue: Typo in Python Notebook
Cupy: Example 6, Step 3 - typo. Should be 'set reduction expression a + b' or 'set reduction expression for a and b'. The ampersand (&) is an operator in Python, so it is confusing to use that here to denote 'and'.