fixstars / clpy

OpenCL backend for CuPy
Other
153 stars 13 forks source link

Support calling clpy.random.rand() without any argument #255

Closed vorj closed 4 years ago

vorj commented 5 years ago

According to #169, current clpy.random.rand() can call only with one or more argument(s) at first. (After rand() was called with argument, we can call it with no argument.)

This PR fixes #169 (above problem).

vorj commented 5 years ago

@LWisteria please review this.

LWisteria commented 4 years ago

@vorj I forgot the mention.

LWisteria commented 4 years ago

This PR was replaced with #259. Closed with unmerged.