dougdew64

Results 23 comments of dougdew64

@awni I just noticed that `shape` never actually gets used in `elem_to_loc` for `argmax` or `argmin` because `ndim` is always zero for those two functions, so the loop condition in...

I'm attempting a test with a release build in Xcode now to confirm...

@awni my hunch about MTL verification was correct. It turns out that there's a setting in Xcode to enable / disable MTL validation. If I have that setting enabled, then...