We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Log2
This issue aims to add support for the Log2 operator in LuminAIR.
PrimitiveCompiler
Add
Mul
Implement fixed-point Log2 operation in the NumerAIR repository for:
FixedBaseField
FixedPackedBaseField
Other operator implementations like Add and Mul can be used as references
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This issue aims to add support for the
Log2
operator in LuminAIR.Implementation Requirements
1.
PrimitiveCompiler
SupportLog2
operator handling in the PrimitiveCompilerAdd
andMul
2. AIR Component Implementation
Log2
AIR component in air/src/components/mod.rsLog2
operation3. Value-Level Implementation
Implement fixed-point
Log2
operation in the NumerAIR repository for:FixedBaseField
backendFixedPackedBaseField
backend4. Testing
Log2
operation in NumerAIR repository5. Documentation
Log2
from ⏳ to ✅References
Other operator implementations like Add and Mul can be used as references
Acceptance Criteria
Log2
operator works correctly for all valid inputsLog2
operatorThe text was updated successfully, but these errors were encountered: