Fix build error on windows #288

Open
perseusdg wants to merge 10 commits from perseusdg/master into master

10 Commits

Author SHA1 Message Date
Harshvardhan Chandirasekar cd58072ae9 Fixes for running master branch on windows
This commit has fixes in the form of __declspec(dllexport) and __declspec(dllimport) to run the tkdnn master branch on windows along with removing cmake_export_all_symbols and solely using __declspec(dllexport)
2022-04-17 11:01:57 -07:00
Harshvardhan Chandirasekar 7e4b5dbfa6 Merge pull request #13 from ceccocats/master
ceccocats/tkdnn:master -> perseusdg/tkdnn:tensorrt8
2022-04-16 15:16:08 -07:00
perseusdg a336126733 Revert "Merge branch 'master' into tensorrt8"
This reverts commit ac0d6e928e, reversing
changes made to 40266a6c32.
2022-04-06 17:40:20 -04:00
Harshvardhan Chandirasekar ac0d6e928e Merge branch 'master' into tensorrt8 2022-04-06 17:06:27 -04:00
Harshvardhan Chandirasekar 2f80c3c38d Delete codeql-analysis.yml 2022-01-11 13:27:55 +05:30
Harshvardhan Chandirasekar 9ba6d84282 Create codeql-analysis.yml 2022-01-11 13:26:53 +05:30
Micaela Verucchi 33bbcd216c Fix max elem (remove thrust) for segmentation
Signed-off-by: Micaela Verucchi <micaelaverucchi@gmail.com>
2021-11-05 19:52:21 +05:30
perseusdg 19b1d6d6f7 Revert "Updates to build libkernel.so under TensorRT 8"
This reverts commit eba78e7e78.
2021-08-16 14:07:07 +05:30
perseusdg 52db97a140 Revert "Revert "fix return type for bool functions""
This reverts commit f58776c046.
2021-08-16 14:06:56 +05:30
perseusdg f58776c046 Revert "fix return type for bool functions"
This reverts commit d2ce966c46.
Undo tensorrt8 changes on the master branch
2021-08-16 14:04:17 +05:30