Dhruvanshu-Joshi
Results
12
issues of
Dhruvanshu-Joshi
### Describe the issue: The ```Max``` op which is a subclass of ```CAReduce``` fails for 64 bit unsigned integers. This is also evident in the [PR 731](https://github.com/pymc-devs/pytensor/pull/731#discussion_r1582687763) and its [test](https://github.com/pymc-devs/pytensor/actions/runs/9067607709/job/24913191657?pr=731#step:6:9016)....
bug
C-backend
## Description So here, I aim to replace the output of a graph of ```x.[1]``` or ```x@[1]``` with x. I am not quite sure if this is the correct way...