-
Notifications
You must be signed in to change notification settings - Fork 11
Update to 25.10 #248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Update to 25.10 #248
Conversation
Signed-off-by: Rory Mitchell <[email protected]>
Signed-off-by: Rory Mitchell <[email protected]>
Signed-off-by: Rory Mitchell <[email protected]>
Signed-off-by: Rory Mitchell <[email protected]>
Signed-off-by: Rory Mitchell <[email protected]>
Signed-off-by: Rory Mitchell <[email protected]>
Signed-off-by: Rory Mitchell <[email protected]>
|
It seems likely the cpu test failures for the neural network are also connected to the latest cupynumeric. The objective functions and metrics are all written in cupynumeric and something may have changed. |
|
@RAMitchell, The current error only happens in the CI. I cannot reproduce this yet in my local machine. |
Signed-off-by: Rory Mitchell <[email protected]>
|
Enabling LEGATE_TEST has exposed a bug in the categorical encoder, so I will start there and work forwards. |
Signed-off-by: Rory Mitchell <[email protected]>
|
This bug https://github.com/nv-legate/cupynumeric.internal/issues/1127 is causing test failures in the encoder, I will work around it for now. |
Signed-off-by: Rory Mitchell <[email protected]>
Signed-off-by: Rory Mitchell <[email protected]>
Signed-off-by: Rory Mitchell <[email protected]>
Signed-off-by: Rory Mitchell <[email protected]>
Signed-off-by: Rory Mitchell <[email protected]>
|
I have fixed a bunch of bugs and now there are two completely new failures - realm is crashing in the GPU test and cupynumeric is crashing in the CPU test. |
Signed-off-by: Rory Mitchell <[email protected]>
This PR tries to push Supun's fix on top of Rory's PR: #244