rm fxpmath dependency#1383
Conversation
|
Ok, we have two tests fails: For the oneapi flavored ac, signed numbers (actually, all for now) needs at least 2 bits, but that is a separate issue and is addressed by #1334. |
|
I think I made negative values always have at least 2 bits. I figured for the use cases it was simpler with little effect. I am not opposed to changing it to be backend-specific provided it breaks nothing. |
|
By definition of the fixed point numbers, there will always be one more value on the negative side, and |
|
I had assumed it was just signed that required two bits, but I might be wrong. Best to confirm with @laurilaatu . |
|
Should we make 2 bits the minimum in all cases for now? This is only used for constants in threshold relu and such, so 1 vs 2 bits should be pretty insignificant. |
|
For |
* rm fxpmath dependency * fix test: -pow2's are technically 1 bit
Description
Remove dependency of #1139 on fxpmath, which generates a warning when pip installing for using outdated
setup.cfg.Type of change
Tests
Inherits from #1139
Checklist