-
The current implementation within the autograd _functions utils.py [file](https://github.com/pytorch/pytorch/blob/main/torch/autograd/_functions/utils.py) relies on reduce and operator.mul to compute …
-
Math functions that are missing in SSE and AVX that are desirable
Non exhaustive list:
- sin
- cos
- tan
- pow
- ln
- log
- exp
-
### Describe the project you are working on
[Rift Riff](https://store.steampowered.com/app/2800900/Rift_Riff/) and soon a sequel to [Hidden Folks](https://hiddenfolks.com).
### Describe the prob…
-
1896ee38898a73ea9c2894e848884c8999884ab1 added a config option to check for nullptr args to math.h functions. I think we could expand the usage of this macro to additional functions that accept point…
-
We currently have limited-to-no support for using `complex` numbers in a GPU kernel.
I tried a number of simple cases with complex numbers to get an idea of where our support is at. All tests are d…
-
Following up on #61092.
`asinf` is setting `FE_UNDERFLOW` in these cases, but I don't think it sets `errno == ERANGE` in all cases for all `asin` implementations. It is implementation defined if `e…
-
I am trying to convert [monsterapi/gemma-2b-lora-maths-orca-200k](https://huggingface.co/monsterapi/gemma-2b-lora-maths-orca-200k) to TFLite Flatbuffers file as mentioned [here](https://ai.google.dev/…
-
added 3 functions to the module:
def get_y_rotation(self,x,y,z):
radians = math.atan2(x, math.sqrt((y*y)+(z*z)))
return -math.degrees(radians)
def get_x_rotation(sel…
-
A new page (./Maths.md) *Note: No number is needed in the name, as order henceforth doesn't matter*
All the functions available to user should be mentioned here.
Look into packages inside [dll](ht…
-
@mgharbi when trying to run make command it returns a fatal error
![screenshot from 2018-04-26 20-54-40](https://user-images.githubusercontent.com/37528427/39317182-680c74c2-4994-11e8-9c44-b4292d854…