You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
Split the bigger object file index_op.o which is generate by indexing_op.h, indexing_op.cc, indexing_op-inl.cuh and second bigger object fileelemwise_unary_op_trig.o which is generated by elemwise_unary_op_trig.cc and elemwise_unary_op_trig.cu into smaller pieces like #15922.
It helps compiler compile the files parallelly and solve out of heap space error when the size of object files breach the heap space again in the future