zdevito / ATen

ATen: A TENsor library for C++11

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visual C++ Command line error D8016: '/Ox' and '/RTC1' command-line options are incompatible

N-Dekker opened this issue · comments

The current master af8b64aadca379397ff27c135eccb1cfaee5f524 triggers the following error messages from Visual Studio 2015 (Debug build):

2>------ Build started: Project: ATen, Configuration: Debug x64 ------
2>cl : Command line error D8016: '/Ox' and '/RTC1' command-line options are incompatible
...
14>LINK : fatal error LNK1104: cannot open file '....\src\ATen\Debug\ATen.lib'

It appears that they are triggered by *.c files in the ATen project, like "src\TH\vector\AVX.c"

please use this sourcetree for building ATen:
https://github.com/pytorch/pytorch/tree/master/aten

It should work on Windows (we have continuous testing)

Sorry, Soumith! I accidentally reported the compile error here, instead of at https://github.com/pytorch/pytorch/tree/master/aten Moved the issue to pytorch/pytorch#4475

@soumith Can you tell me where I can find the results of the continuous testing? Is there a publicly accessible dashboard?

you can find links in the README here: https://github.com/pytorch/pytorch