ptx has support for half-float

This commit is contained in:
Evghenii
2013-11-11 12:25:47 +01:00
parent 3dd6173a65
commit 9c7a842163

View File

@@ -662,7 +662,7 @@ Target::Target(const char *arch, const char *cpu, const char *isa, bool pic, boo
this->m_nativeVectorWidth = 32;
this->m_vectorWidth = 1;
this->m_attributes = "+sm_35";
this->m_hasHalf = false;
this->m_hasHalf = true;
this->m_maskingIsFree = true;
this->m_maskBitCount = 1;
this->m_hasTranscendentals = false; //true;