• Quan (Andy) Gan's avatar
    enable sparse on windows and mac (#5277) · f62669b0
    Quan (Andy) Gan authored
    
    
    * enable sparse on windows and mac
    
    * that was stupid
    
    * let's see what's going on..
    
    * [Sparse] Fix the import error on Mac OS.
    
    When using template functions that are defined in source files from DGL,
    the loader of MacOS somehow cannot find their definitions. This fix simply
    avoids depending on template functions from DGL headers.
    
    With this fix, the sparse tests all pass on the MAC environment.
    
    * ok this is the problem
    
    * make errors clearer
    
    * uh
    
    * test
    
    * Update __init__.py
    
    * disabling ddp on windows
    
    ---------
    Co-authored-by: default avatarczkkkkkk <zekucai@gmail.com>
    f62669b0
test_dataloader.py 19.5 KB