What Is The Lord Of The Rings The Fellowship Of The Ring About

I need to torch.compile a function but it cannot be done because an inner function uses complex valued tensors, which are not supported by torch.compile. However, the outputs of this problematic function are floats, so the problem could be solved if I could do something like @torch.compile.ignore to this function.