================
@@ -83,9 +85,10 @@ void Embedding::scaleAndAdd(const Embedding &Src, float 
Factor) {
 bool Embedding::approximatelyEquals(const Embedding &RHS,
                                     double Tolerance) const {
   assert(this->size() == RHS.size() && "Vectors must have the same dimension");
-  for (size_t i = 0; i < this->size(); ++i)
+  for (size_t i = 0; i < this->size(); ++i) {
----------------
mtrofin wrote:

I not i

https://github.com/llvm/llvm-project/pull/143200
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to