Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I am debugging issue with windows user. I noticed the latest version of ifx/ifort builds with a different integer type which leads to error: ``` error #6284: There is no matching specific function for this generic function reference. [TORCH_TENSOR_FROM_ARRAY] in_tensors(1) = torch_tensor_from_array(in_data, tensor_layout, torch_kCPU) -------------------^ ``` This can be removed by forcing the integer type to int64
- Loading branch information