You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./mps_test.go:22:60: cannot use cb (variable of type metal.CommandBufferWrapper) as metal.PCommandBuffer value in argument to mm.EncodeToCommandBufferLeftMatrixRightMatrixResultMatrix: metal.CommandBufferWrapper does not implement metal.PCommandBuffer (wrong type for method AccelerationStructureCommandEncoder)
have AccelerationStructureCommandEncoder() metal.AccelerationStructureCommandEncoderWrapper
want AccelerationStructureCommandEncoder() metal.PAccelerationStructureCommandEncoder
FAIL github.com/progrium/macdriver/macos/mps [build failed]
The text was updated successfully, but these errors were encountered:
Given a sample test (in macos/mps/metal_test.go):
This fails to typecheck with:
The text was updated successfully, but these errors were encountered: