thomasbrandon / mish-cuda

Mish Activation Function for PyTorch
MIT License
147 stars 67 forks source link

setup.py: fix include_dirs for CUDAApplyUtils.cuh #12

Open cshubhamrao opened 3 years ago

cshubhamrao commented 3 years ago

Fixes #9 by using absolute dir for include_dirs in setup.py

asears commented 3 years ago

@thomasbrandon can this PR be merged or some issue with the PR?

khoatranrb commented 3 years ago

It fixed my error. Thank you!

costashatz commented 2 years ago

@thomasbrandon can you merge this please?