[CUDA] μ»΄νμΌμ΄ μλ λ(μ½λ MSB 3721)
MSB3721μ μλ―Έ
How to fix Error MSB3721
MSB3721 is the VS way of saying “I ran nvcc, and it returned an error code.” Other than knowing that your compilation failed, it is completely useless for understanding why it failed. To understand why, it’s necessary to increase the verbosity of VS
forums.developer.nvidia.com
MSB3721μ Visual Studioμμ "λ΄κ° μλΉλμ CUDA μ»΄νμΌλ¬λ₯Ό λλ €λ΄€λλ°, μλ¬κ° λ¬μ΄" μ λμ μ λ³΄λ§ μ 곡νλ μλ¬ μ½λμ λλ€. μ€ν¨ μ¬λΆλ§ μ μμκ³ , μ μ€ν¨νλμ§μλ μ ν λμμ΄ λμ§ μμ΅λλ€.
μ΄μ λ₯Ό μκΈ° μν΄μλ, Visual Studioμ μΆλ ₯ verbosity(μμΈν μ λ)λ₯Ό λμ¬μΌ ν©λλ€. κ·ΈλμΌ μλΉλμ CUDA μ»΄νμΌλ¬μμ 무μμ΄ νΈμΆλκ³ , 무μμμ μ€λ₯κ° λμλμ§ νμΈν μ μμ΅λλ€.
Visual Studioμ μΆλ ₯ verbosityλ₯Ό λμ΄λ λ°©λ²μ μΆκ° κ²μμ ν΄λ΄ μλ€.
Verbosity
How can I make Visual Studio's build be very verbose?
I need to get a hold of every flag, every switch used in the build process by the Visual Studio binaries. I tried to obtain a verbose output by using vcbuild, but I wasn't able. What do I have to...
stackoverflow.com