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 has been 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
The text was updated successfully, but these errors were encountered:
stu1130
changed the title
Split index operator files into smaller pieces
Split index_op, elemwise_unary_op_trig operator into smaller pieces
Aug 26, 2019
Hi @DickJC123 I didn't have CI failure. It's running fine. But as the numpy project continue adding more operators, I would expect those two files will trigger the error again.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
Split the bigger object file
index_op.o
which is generate byindexing_op.h
,indexing_op.cc
,indexing_op-inl.cuh
and second bigger object fileelemwise_unary_op_trig.o
which is generated byelemwise_unary_op_trig.cc
andelemwise_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 futureThe text was updated successfully, but these errors were encountered: