pytaco.tensor.compile

tensor.compile()

Compiles current expression.

index_expression are assigned to taco tensors. These expressions eventually need to get compiled by taco. The compile directive allows users to explicitly compile am efficient C kernel to perform the computation described by the index_expression. Again, this is done implicitly by taco when needed but users will need to use this manually to obtain accurate timing measurements.