[PATCH] D128653: [PowerPC] Fix the check for scalar MASS conversion

2022-06-29 Thread Bardia Mahjour via Phabricator via cfe-commits
bmahjour accepted this revision. bmahjour added a comment. This revision is now accepted and ready to land. LGTM. Thanks! Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D128653/new/ https://reviews.llvm.org/D128653

[PATCH] D128653: [PowerPC] Fix the check for scalar MASS conversion

2022-06-28 Thread Bardia Mahjour via Phabricator via cfe-commits
bmahjour added inline comments. Comment at: clang/test/CodeGen/lower-mass-end-to-end.c:33 +// CHECK-MASS-AFN: __xl_sin +// CHECK-NO-MASS-FAST-NOT: __xl_sin{{_finite}} +// CHECK-NO-MASS-AFN-NOT: __xl_sin{{_finite}} I don't think this works the way you expect it:

[PATCH] D128653: [PowerPC] Fix the check for scalar MASS conversion

2022-06-27 Thread Bardia Mahjour via Phabricator via cfe-commits
bmahjour added inline comments. Comment at: clang/test/CodeGen/lower-mass-end-to-end.c:33-34 +// CHECK-MASS-AFN: __xl_sin +// CHECK-NOMASS-FAST-NOT: __xl_sin_finite +// CHECK-NOMASS-AFN-NOT: __xl_sin +// CHECK: blr Please also check for CHECK-NOMASS-FAST-NOT:

[PATCH] D128653: [PowerPC] Fix the check for scalar MASS conversion

2022-06-27 Thread Bardia Mahjour via Phabricator via cfe-commits
bmahjour added a comment. The description should explain why this change is necessary. Comment at: clang/test/CodeGen/lower-mass-end-to-end.c:1 +// RUN: %clang -mllvm -enable-ppc-gen-scalar-mass -O3 -fapprox-func --target=powerpc64le-unknown-linux-gnu -S %s -o -| FileCheck %s

[PATCH] D125847: LTO: Add option to initialize with opaque/non-opaque pointer types

2022-06-10 Thread Bardia Mahjour via Phabricator via cfe-commits
bmahjour added inline comments. Comment at: lld/test/ELF/lto/discard-value-names.ll:4 ; RUN: ld.lld -shared -save-temps %t.o -o %t2.o ; RUN: llvm-dis < %t2.o.0.0.preopt.bc | FileCheck %s I see `--plugin-opt=opaque-pointers` is being explicitly specified for

Bug#1012350: mirror submission for mirror.bardia.tech

2022-06-05 Thread Bardia Moshiri
-http: /debian/ CDImage-http: /debian-cd/ Maintainer: Bardia Moshiri Country: IR Iran Location: Iran Sponsor: Bardia Moshiri https://bardia.tech Comment: CDimage and archive are mirrored every 4 hours using ftpsync but backports uses rsync every 6 hours Also the mirrors is available at HTTPS

Bug#1012349: mirror submission for mirror.bardia.tech

2022-06-05 Thread Bardia Moshiri
-http: /debian/ CDImage-http: /debian-cd/ Maintainer: Bardia Moshiri Country: IQ Iraq Location: Iran Sponsor: Bardia Moshiri https://bardia.tech Comment: CDimage and archive are mirrored every 4 hours using ftpsync but backports uses rsync every 6 hours Also the mirrors is available at HTTPS

GCC Mirror in Iran

2022-04-19 Thread Bardia Moshiri via Gcc
Hello We are hosting a GCC mirror in Iran. Here is the information HTTP: http://mirror.bardia.tech/misc/gcc/ HTTPS: https://mirror.bardia.tech/misc/gcc/ Country/city: Iran/Qom Contact email: fakesh...@bardia.tech Maintainer: Bardia Moshiri Cheers

[PATCH] D101759: [PowerPC] Scalar IBM MASS library conversion pass

2022-02-01 Thread Bardia Mahjour via Phabricator via cfe-commits
bmahjour accepted this revision. bmahjour added a comment. This revision is now accepted and ready to land. Apart from some minor inline comments this revision addresses all my outstanding comments. LGTM. Comment at: llvm/lib/Target/PowerPC/PPCISelLowering.cpp:17747 +

[PATCH] D101759: [PowerPC] Scalar IBM MASS library conversion pass

2022-01-27 Thread Bardia Mahjour via Phabricator via cfe-commits
bmahjour added inline comments. Comment at: llvm/lib/Target/PowerPC/PPCISelLowering.cpp:386 + if (TM.getOptLevel() == CodeGenOpt::Aggressive){ +setOperationAction(ISD::FSIN , MVT::f64, Custom); +setOperationAction(ISD::FCOS , MVT::f64, Custom); what

[PATCH] D93793: [IR] Let IRBuilder's CreateVectorSplat/CreateShuffleVector use poison as placeholder

2022-01-14 Thread Bardia Mahjour via Phabricator via cfe-commits
bmahjour added inline comments. Comment at: llvm/test/Transforms/LoopVectorize/PowerPC/optimal-epilog-vectorization.ll:273-276 -; VF-TWO-CHECK-DAG: [[LOOPID_MV]] = distinct !{[[LOOPID_MV]], [[LOOPID_DISABLE_VECT:!.*]]} -; VF-TWO-CHECK-DAG: [[LOOPID_EV]] = distinct

[PATCH] D93793: [IR] Let IRBuilder's CreateVectorSplat/CreateShuffleVector use poison as placeholder

2022-01-14 Thread Bardia Mahjour via Phabricator via cfe-commits
bmahjour added inline comments. Comment at: llvm/test/Transforms/LoopVectorize/PowerPC/optimal-epilog-vectorization.ll:273-276 -; VF-TWO-CHECK-DAG: [[LOOPID_MV]] = distinct !{[[LOOPID_MV]], [[LOOPID_DISABLE_VECT:!.*]]} -; VF-TWO-CHECK-DAG: [[LOOPID_EV]] = distinct

Bug#1003584: mirror submission for mirror.bardia.tech

2022-01-11 Thread Bardia Moshiri
Archive-http: /debian/ Archive-rsync: debian/ Maintainer: Bardia Moshiri Country: IR Iran, Islamic Republic of Location: Iran Sponsor: Bardia Moshiri https://bardia.tech Trace Url: http://mirror.bardia.tech/debian/project/trace/ Trace Url: http://mirror.bardia.tech/debian/project/trace/ftp

Bug#1003509: mirror submission for deb.bardia.tech

2022-01-11 Thread Bardia Moshiri
Package: mirrors Severity: wishlist User: mirr...@packages.debian.org Usertags: mirror-submission Submission-Type: new Site: deb.bardia.tech Type: leaf Archive-architecture: amd64 Archive-http: /debian/ Archive-rsync: debian/ Maintainer: Bardia Moshiri Country: CO Colombia Location: Colombia

[PATCH] D114088: [PowerPC] Add BCD add/sub/cmp builtins

2021-11-24 Thread Bardia Mahjour via Phabricator via cfe-commits
bmahjour added a comment. @nemanjai how come the changes in `altivec.h` and `clang/test/CodeGen/builtins-ppc-p8vector.c` have been removed in the latest diff and the commit above? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D114088/new/

[PATCH] D107899: [PowerPC] Implement builtin for vbpermd

2021-09-28 Thread Bardia Mahjour via Phabricator via cfe-commits
bmahjour added inline comments. Comment at: clang/lib/Headers/altivec.h:17349 +static __inline__ vector unsigned char __ATTRS_o_ai +vec_bperm(vector unsigned char __a, vector unsigned char __b) { + return __builtin_altivec_vbpermq(__a, __b); bmahjour wrote: >

[PATCH] D107899: [PowerPC] Implement builtin for vbpermd

2021-09-28 Thread Bardia Mahjour via Phabricator via cfe-commits
bmahjour added inline comments. Comment at: clang/lib/Headers/altivec.h:17337 static __inline__ vector long long __ATTRS_o_ai vec_vbpermq(vector unsigned char __a, vector unsigned char __b) { return __builtin_altivec_vbpermq(__a, __b); lei wrote: > bmahjour

[PATCH] D106191: [clang] Option control afn flag

2021-08-30 Thread Bardia Mahjour via Phabricator via cfe-commits
bmahjour added inline comments. Comment at: clang/include/clang/Driver/Options.td:1732-1733 NegFlag>; -def fapprox_func : Flag<["-"], "fapprox-func">, Group, Flags<[CC1Option, NoDriverOption]>, - MarshallingInfoFlag>, ImpliedByAnyOf<[menable_unsafe_fp_math.KeyPath]>; defm

[PATCH] D101759: [PowerPC] Scalar IBM MASS library conversion pass

2021-08-30 Thread Bardia Mahjour via Phabricator via cfe-commits
bmahjour added a comment. In D101759#2971567 , @efriedma wrote: > errno handling for math library functions is a mess. Currently, we don't > model it properly; we just mark the calls "readnone" and hope for the best. > If you don't want to fix that,

[PATCH] D107899: [PowerPC] Implement builtin for vbpermd

2021-08-11 Thread Bardia Mahjour via Phabricator via cfe-commits
bmahjour added inline comments. Comment at: clang/lib/Headers/altivec.h:17337 static __inline__ vector long long __ATTRS_o_ai vec_vbpermq(vector unsigned char __a, vector unsigned char __b) { return __builtin_altivec_vbpermq(__a, __b); This should be

[PATCH] D106409: [PowerPC] Add diagnostic for out of range values for vec_cts,vec_ctf

2021-07-21 Thread Bardia Mahjour via Phabricator via cfe-commits
bmahjour added a comment. In D106409#2893592 , @nemanjai wrote: > My preference would be to just truncate the value with `& 0x1F`. It won't > produce any code in the binary and will work as expected. That's fine with me too. Repository: rG LLVM

[PATCH] D106409: [PowerPC] Add diagnostic for out of range values for vec_cts,vec_ctf

2021-07-21 Thread Bardia Mahjour via Phabricator via cfe-commits
bmahjour added a comment. Thanks for this patch @ZarkoCA. We have six of these functions in altivec: `vec_ctd, vec_ctf, vec_cts, vec_ctsl, vec_ctu, vec_ctul`. They are all defined as macros in altivec.h and not all of them map to the builtins checked in this patch (eg `vec_ctul`). I realize

[PATCH] D101759: [PowerPC] Scalar IBM MASS library conversion pass

2021-07-15 Thread Bardia Mahjour via Phabricator via cfe-commits
bmahjour added inline comments. Comment at: clang/include/clang/Driver/Options.td:1726 NegFlag>; -def fapprox_func : Flag<["-"], "fapprox-func">, Group, Flags<[CC1Option, NoDriverOption]>, - MarshallingInfoFlag>, ImpliedByAnyOf<[menable_unsafe_fp_math.KeyPath]>; +defm

[PATCH] D105666: [PowerPC] [Altivec] Use signed comparison for vec_all_* and vec_any_* interfaces that compare vector bool types with vector signed types

2021-07-12 Thread Bardia Mahjour via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG2071ce9d4559: [Altivec] Use signed comparison for vec_all_* and vec_any_* interfaces (authored by bmahjour). Repository: rG LLVM Github Monorepo

[clang] 2071ce9 - [Altivec] Use signed comparison for vec_all_* and vec_any_* interfaces

2021-07-12 Thread Bardia Mahjour via cfe-commits
Author: Bardia Mahjour Date: 2021-07-12T11:41:16-04:00 New Revision: 2071ce9d4559d444a065d78248a7381bf121b766 URL: https://github.com/llvm/llvm-project/commit/2071ce9d4559d444a065d78248a7381bf121b766 DIFF: https://github.com/llvm/llvm-project/commit/2071ce9d4559d444a065d78248a7381bf121b766

Re: [ANN] Discontinuing 4clojure.com

2021-07-11 Thread 'Bardia Pourvakil' via Clojure
Hey Alan thank you so much for your generosity! We at Roam Research would love to maintain an "official" version of the project, any way you could transfer us the domain name? On Sun, Jul 11, 2021 at 3:38 PM Alan Malloy wrote: > I've also exported the problem data: >

[PATCH] D105666: [PowerPC] [Altivec] Use signed comparison for vec_all_* and vec_any_* interfaces that compare vector bool types with vector signed types

2021-07-08 Thread Bardia Mahjour via Phabricator via cfe-commits
bmahjour created this revision. bmahjour added reviewers: nemanjai, cebowleratibm, PowerPC, rzurob. bmahjour added projects: PowerPC, LLVM. Herald added subscribers: shchenz, kbarton. bmahjour requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits.

Re: [ANN] Discontinuing 4clojure.com

2021-07-05 Thread 'Bardia Pourvakil' via Clojure
interested. Cheers, Bardia On Sunday, July 4, 2021 at 2:26:05 PM UTC-6 Alan Malloy wrote: > TL;DR: Turning off 4clojure.com by the end of July 2021 > > Hello, 4clojure problem solvers. You've probably noticed SSL errors on > 4clojure.com over the last week. The old decrepit system 4

[PATCH] D103615: [Clang] Add option to handle behaviour of vector bool/vector pixel.

2021-07-05 Thread Bardia Mahjour via Phabricator via cfe-commits
bmahjour added a comment. In D103615#2852430 , @krasimir wrote: > I'm unfamiliar with the altivec API. What's a reasonable source code update > that preserves the current default behavior `-altivec-src-compat=mixed` under > `-altivec-src-compat=xl`,

[PATCH] D103615: [Clang] Add option to handle behaviour of vector bool/vector pixel.

2021-06-29 Thread Bardia Mahjour via Phabricator via cfe-commits
bmahjour added a comment. > (generally: disabling the test in non-asserts builds isn't the right path, > modifying the test so it doesn't depend on asserts IR naming is the right > path) Agreed. > Yes, probably removing the entry: check would be sufficient - give it a test > locally and see

[PATCH] D103615: [Clang] Add option to handle behaviour of vector bool/vector pixel.

2021-06-29 Thread Bardia Mahjour via Phabricator via cfe-commits
bmahjour added a comment. In D103615#2846245 , @dblaikie wrote: > As mentioned in the reverting commit - these tests fail in non-asserts > builds, because they assume named IR instructions (like the named entry BB > label), which aren't provided on a

[PATCH] D103615: [Clang] Add option to handle behaviour of vector bool/vector pixel.

2021-06-29 Thread Bardia Mahjour via Phabricator via cfe-commits
bmahjour added a comment. In D103615#2847047 , @stefanp wrote: > I'm sorry I missed the asserts requirement. > I will recommit this patch after I add `REQUIRES: asserts`. Instead of disabling the tests for non-assert builds, can we just remove the

[PATCH] D103461: [clang][deps] NFC: Preserve the original frontend action

2021-06-25 Thread Bardia Mahjour via Phabricator via cfe-commits
bmahjour added a comment. @jansvoboda11 This change is causing the following LIT tests to fail on AIX: Clang :: ClangScanDeps/headerwithdirname.cpp Clang :: ClangScanDeps/headerwithdirnamefollowedbyinclude.cpp The reason seems to be related to the fact that `-fno-integrated-as` is on by

[PATCH] D103615: [Clang] Add option to handle behaviour of vector bool/vector pixel.

2021-06-25 Thread Bardia Mahjour via Phabricator via cfe-commits
bmahjour accepted this revision. bmahjour added a comment. This revision is now accepted and ready to land. LGTM Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D103615/new/ https://reviews.llvm.org/D103615

[PATCH] D102094: [AIX][PowerPC] Remove error when specifying mabi=vec-default on AIX

2021-06-21 Thread Bardia Mahjour via Phabricator via cfe-commits
bmahjour added a comment. LGTM...I'll approve this change unless there are any objections by EOD tomorrow. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D102094/new/ https://reviews.llvm.org/D102094 ___ cfe-commits mailing list

[PATCH] D103615: [Clang] Add option for vector compare compatibility.

2021-06-21 Thread Bardia Mahjour via Phabricator via cfe-commits
bmahjour added a comment. Sorry I didn't mention this in my earlier comment about the option name, but I think that all inconsistencies in handling vector bool/pixel types should be controlled by a single compatibility option. For example the current special handling of initialization (splat

[PATCH] D103615: [Clang] Add option for vector compare compatibility.

2021-06-14 Thread Bardia Mahjour via Phabricator via cfe-commits
bmahjour added inline comments. Comment at: clang/include/clang/Basic/LangOptions.h:248 + enum class VectorCompareCompatKind { +// Default clang behaviour. +// All vector compares produce scalars except vector Pixel and vector bool. How about adding

[PATCH] D103615: [Clang] Add option for vector compare compatibility.

2021-06-04 Thread Bardia Mahjour via Phabricator via cfe-commits
bmahjour added a comment. As far as I can see, there is no good reason for the special treatment of vector bool/pixel going forward. Could we drop this special treatment, or at least change the default to use a scalar results across the board (consistent with XL's behaviour and clang's current

[PATCH] D101209: [PowerPC] Provide fastmath sqrt and div functions in altivec.h

2021-04-29 Thread Bardia Mahjour via Phabricator via cfe-commits
bmahjour accepted this revision. bmahjour added a comment. This revision is now accepted and ready to land. LGTM Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D101209/new/ https://reviews.llvm.org/D101209

[PATCH] D101209: [PowerPC] Provide fastmath sqrt and div functions in altivec.h

2021-04-28 Thread Bardia Mahjour via Phabricator via cfe-commits
bmahjour requested changes to this revision. bmahjour added inline comments. This revision now requires changes to proceed. Comment at: clang/lib/CodeGen/CGBuiltin.cpp:15130 + Value *Y = EmitScalarExpr(E->getArg(1)); + auto Ret = Builder.CreateFDiv(X, Y, "recipdiv"); +

[PATCH] D101130: [PowerPC] Provide XL-compatible builtins in altivec.h

2021-04-23 Thread Bardia Mahjour via Phabricator via cfe-commits
bmahjour added a comment. LGTM Comment at: clang/test/CodeGen/builtins-ppc-xlcompat.c:6 +// RUN: %clang_cc1 -target-feature +altivec -target-feature +vsx \ + // RUN: -triple powerpc64le-unknown-unknown -emit-llvm %s -o - \ +// RUN: -D__XL_COMPAT_ALTIVEC__ | FileCheck %s

[llvm-branch-commits] [llvm] 573d578 - [DDG] Data Dependence Graph - DOT printer tests

2021-01-07 Thread Bardia Mahjour via llvm-branch-commits
Author: Bardia Mahjour Date: 2021-01-07T10:51:14-05:00 New Revision: 573d5782482841e16588e81be687ea6bcf3624fa URL: https://github.com/llvm/llvm-project/commit/573d5782482841e16588e81be687ea6bcf3624fa DIFF: https://github.com/llvm/llvm-project/commit

[llvm-branch-commits] [llvm] ebfe4de - [DDG] Fix duplicate edge removal during pi-block formation

2021-01-07 Thread Bardia Mahjour via llvm-branch-commits
Author: Bardia Mahjour Date: 2021-01-07T10:31:11-05:00 New Revision: ebfe4de2c04b09d3ae935325e6c02c68f2965b00 URL: https://github.com/llvm/llvm-project/commit/ebfe4de2c04b09d3ae935325e6c02c68f2965b00 DIFF: https://github.com/llvm/llvm-project/commit/ebfe4de2c04b09d3ae935325e6c02c68f2965b00

[PATCH] D90159: [DDG] Data Dependence Graph - DOT printer

2020-12-30 Thread Bardia Mahjour via Phabricator via cfe-commits
bmahjour added a comment. In D90159#2466599 , @MaskRay wrote: > Should this have some tests? Even if guarded by `REQUIRES:` if some feature > is needed. Test coverage for the DDG functionality has been added under LIT and unittests. I've opened

[PATCH] D78938: Make LLVM build in C++20 mode

2020-12-18 Thread Bardia Mahjour via Phabricator via cfe-commits
bmahjour added inline comments. Comment at: llvm/include/llvm/ADT/DirectedGraph.h:40 /// Static polymorphism: delegate implementation (via isEqualTo) to the /// derived class. + bool operator==(const DGEdge ) const { jfb wrote: > That comment, so

[llvm-branch-commits] [llvm] 6eff127 - [DDG] Data Dependence Graph - DOT printer - recommit

2020-12-16 Thread Bardia Mahjour via llvm-branch-commits
Author: Bardia Mahjour Date: 2020-12-16T12:37:36-05:00 New Revision: 6eff12788ee8d3f85f6e57809e757ca3250813d8 URL: https://github.com/llvm/llvm-project/commit/6eff12788ee8d3f85f6e57809e757ca3250813d8 DIFF: https://github.com/llvm/llvm-project/commit/6eff12788ee8d3f85f6e57809e757ca3250813d8

[clang] 6eff127 - [DDG] Data Dependence Graph - DOT printer - recommit

2020-12-16 Thread Bardia Mahjour via cfe-commits
Author: Bardia Mahjour Date: 2020-12-16T12:37:36-05:00 New Revision: 6eff12788ee8d3f85f6e57809e757ca3250813d8 URL: https://github.com/llvm/llvm-project/commit/6eff12788ee8d3f85f6e57809e757ca3250813d8 DIFF: https://github.com/llvm/llvm-project/commit/6eff12788ee8d3f85f6e57809e757ca3250813d8

[PATCH] D90159: [DDG] Data Dependence Graph - DOT printer

2020-12-16 Thread Bardia Mahjour via Phabricator via cfe-commits
bmahjour added a comment. In D90159#2454905 , @bmahjour wrote: > In D90159#2453805 , @Meinersbur > wrote: > >> Can I help fixing the Windows build problem? > > I think I have a fix (please see the updated patch),

[PATCH] D90159: [DDG] Data Dependence Graph - DOT printer

2020-12-15 Thread Bardia Mahjour via Phabricator via cfe-commits
bmahjour updated this revision to Diff 311897. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D90159/new/ https://reviews.llvm.org/D90159 Files: clang/lib/StaticAnalyzer/Core/ExprEngine.cpp llvm/include/llvm/Analysis/CFGPrinter.h

[PATCH] D90159: [DDG] Data Dependence Graph - DOT printer

2020-12-15 Thread Bardia Mahjour via Phabricator via cfe-commits
bmahjour added a comment. In D90159#2453805 , @Meinersbur wrote: > Can I help fixing the Windows build problem? I think I have a fix (please see the updated patch), but don't have access to a windows machine to verify. Would you be able to try building

[llvm-branch-commits] [clang] a29ecca - Revert "[DDG] Data Dependence Graph - DOT printer"

2020-12-14 Thread Bardia Mahjour via llvm-branch-commits
Author: Bardia Mahjour Date: 2020-12-14T16:54:20-05:00 New Revision: a29ecca7819a6ed4250d3689b12b1f664bb790d7 URL: https://github.com/llvm/llvm-project/commit/a29ecca7819a6ed4250d3689b12b1f664bb790d7 DIFF: https://github.com/llvm/llvm-project/commit/a29ecca7819a6ed4250d3689b12b1f664bb790d7

[clang] a29ecca - Revert "[DDG] Data Dependence Graph - DOT printer"

2020-12-14 Thread Bardia Mahjour via cfe-commits
Author: Bardia Mahjour Date: 2020-12-14T16:54:20-05:00 New Revision: a29ecca7819a6ed4250d3689b12b1f664bb790d7 URL: https://github.com/llvm/llvm-project/commit/a29ecca7819a6ed4250d3689b12b1f664bb790d7 DIFF: https://github.com/llvm/llvm-project/commit/a29ecca7819a6ed4250d3689b12b1f664bb790d7

[llvm-branch-commits] [clang] fd4a107 - [DDG] Data Dependence Graph - DOT printer

2020-12-14 Thread Bardia Mahjour via llvm-branch-commits
Author: Bardia Mahjour Date: 2020-12-14T16:41:14-05:00 New Revision: fd4a10732c8bd646ccc621c0a9af512be252f33a URL: https://github.com/llvm/llvm-project/commit/fd4a10732c8bd646ccc621c0a9af512be252f33a DIFF: https://github.com/llvm/llvm-project/commit

[PATCH] D90159: [DDG] Data Dependence Graph - DOT printer

2020-12-14 Thread Bardia Mahjour via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rGfd4a10732c8b: [DDG] Data Dependence Graph - DOT printer (authored by bmahjour). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION

[clang] fd4a107 - [DDG] Data Dependence Graph - DOT printer

2020-12-14 Thread Bardia Mahjour via cfe-commits
Author: Bardia Mahjour Date: 2020-12-14T16:41:14-05:00 New Revision: fd4a10732c8bd646ccc621c0a9af512be252f33a URL: https://github.com/llvm/llvm-project/commit/fd4a10732c8bd646ccc621c0a9af512be252f33a DIFF: https://github.com/llvm/llvm-project/commit

[PATCH] D90159: [DDG] Data Dependence Graph - DOT printer

2020-12-14 Thread Bardia Mahjour via Phabricator via cfe-commits
bmahjour updated this revision to Diff 311678. bmahjour added a comment. fix formatting and use interleaveComma instead of interleave. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D90159/new/ https://reviews.llvm.org/D90159 Files:

[PATCH] D90159: [DDG] Data Dependence Graph - DOT printer

2020-12-09 Thread Bardia Mahjour via Phabricator via cfe-commits
bmahjour added inline comments. Comment at: llvm/include/llvm/Analysis/DDG.h:480 +return OS.str(); + unsigned count = 0; + for (auto : Deps) { Meinersbur wrote: > [suggestion] Instead of count, you can use `llvm::enumerate`. I think it's > nicer to check

[PATCH] D90159: [DDG] Data Dependence Graph - DOT printer

2020-12-09 Thread Bardia Mahjour via Phabricator via cfe-commits
bmahjour updated this revision to Diff 310607. bmahjour marked 5 inline comments as done. bmahjour added a comment. Herald added subscribers: cfe-commits, dexonsmith, ecnelises, martong, javed.absar, MatzeB. Herald added a project: clang. Thanks for the review @Meinersbur and sorry for taking so

[llvm-branch-commits] [llvm] 4c70b6e - [LV] Make optimal-epilog-vectorization-profitability.ll more robust

2020-12-08 Thread Bardia Mahjour via llvm-branch-commits
Author: Bardia Mahjour Date: 2020-12-08T12:35:08-05:00 New Revision: 4c70b6ee45e89268598d1bd0811778244f136025 URL: https://github.com/llvm/llvm-project/commit/4c70b6ee45e89268598d1bd0811778244f136025 DIFF: https://github.com/llvm/llvm-project/commit/4c70b6ee45e89268598d1bd0811778244f136025

[llvm-branch-commits] [llvm] 4db9b78 - [LV] Epilogue Vectorization with Optimal Control Flow - Default Enablement

2020-12-07 Thread Bardia Mahjour via llvm-branch-commits
Author: Bardia Mahjour Date: 2020-12-07T14:29:36-05:00 New Revision: 4db9b78c8146bb8f13cfb21939778de4e90ea32f URL: https://github.com/llvm/llvm-project/commit/4db9b78c8146bb8f13cfb21939778de4e90ea32f DIFF: https://github.com/llvm/llvm-project/commit

Re: (External Email) Re: Simplify Griffin-DSL implementation

2019-01-29 Thread Afshin, Bardia
unsubscribe On 1/29/19, 3:11 PM, "Grant" wrote: We could have a SQL syntax checker using the existing parser logic, Once it detects the SQL expression with the DSL type "griffin-dsl", it could take the following steps 1. attempt to delegate the execution of the rule to

Re: (External Email) Re: griffin技术交流

2019-01-04 Thread Afshin, Bardia
Unsubscribe me please On 1/3/19, 6:48 PM, "Zhen Li" wrote: Hi Lionel, Excuse me, but I didn’t see the QR code in mail attachment. I am a software engineer in a e-commerce company and our big data platform need a data quality system recently. Many thanks. Zhen > 在

Re: (External Email) [GitHub] griffin issue #466: Remove incubator

2018-12-10 Thread Afshin, Bardia
unsubscribe On 12/6/18, 4:22 AM, "guoyuepeng" wrote: Github user guoyuepeng commented on the issue:

pgadmin 4 won't load on my machine

2018-08-08 Thread Nikrahei, Bardia
what to do. Thank you, Bardia

Spark-submit Py-files with EMR add step?

2018-03-07 Thread Afshin, Bardia
it as a step in emr from external call. Help? Best, Bardia This message is confidential, intended only for the named recipient(s) and may contain information that is privileged or exempt from disclosure under applicable law. If you are not the intended recipient(s), you are notified

UDF issues with spark

2017-12-08 Thread Afshin, Bardia
Using pyspark cli on spark 2.1.1 I’m getting out of memory issues when running the udf function on a recordset count of 10 with a mapping of the same value (arbirtrary for testing purposes). This is on amazon EMR release label 5.6.0 with the following hardware specs m4.4xlarge 32 vCPU, 64 GiB

spark write hex null string terminates into columns

2017-05-12 Thread Afshin, Bardia
I’m running a process where I load the original data, remove some column and write out the columns remaining into a output file. Spark is putting in hex 00 into some of the columns and this is causing issues when importing into RedShift. What’s the most efficient way to resolve this?

long running jobs with Spark

2017-05-04 Thread Afshin, Bardia
Starting long running jobs with upstarts on linux (spark-submit) is super slow. I can see only a small percentage of the CPU is being utilized and applying nice –n 20 to the process doesn’t seem to do anything. Anyone dealt with long running processes / jobs on Spark and has any best practices

Re: weird error message

2017-04-26 Thread Afshin, Bardia
Kicking off the process from ~ directory makes the message go away. I guess the metastore_db created is relative to path of where it’s executed. FIX: kick off from ~ directory ./spark-2.1.0-bin-hadoop2.7/bin/pysark From: "Afshin, Bardia" <bardia.afs...@capitalone.com> Date: Wed

Re: weird error message

2017-04-26 Thread Afshin, Bardia
.hive.HiveSessionState':" >>> ubuntu@:~/spark-2.1.0-bin-hadoop2.7$ ps aux | grep spark ubuntu 2796 0.0 0.0 10460 932 pts/0S+ 16:44 0:00 grep --color=auto spark From: Jacek Laskowski <ja...@japila.pl> Date: Wednesday, April 26, 2017 at 12:51 AM To: "Afshin,

weird error message

2017-04-25 Thread Afshin, Bardia
I’m having issues when I fire up pyspark on a fresh install. When I submit the same process via spark-submit it works. Here’s a dump of the trace: at org.apache.spark.sql.SparkSession.sessionState(SparkSession.scala:109) at

community feedback on RedShift with Spark

2017-04-24 Thread Afshin, Bardia
I wanted to reach out to the community to get a understanding of what everyones experience is in regardst to maximizing performance as in decreasing load time on loading multiple large datasets to RedShift. Two approaches: 1. Spark writes file to S3, RedShift COPY INTO from S3 bucket.

removing columns from file

2017-04-24 Thread Afshin, Bardia
, even if they are all Single Master Node? Thanks, Bardia The information contained in this e-mail is confidential and/or proprietary to Capital One and/or its affiliates and may only be used solely in performance of work or services

Re: How to maintain order of key-value in DataFrame same as JSON?

2017-04-24 Thread Afshin, Bardia
Is there a API available to do this via SparkSession? Sent from my iPhone On Apr 24, 2017, at 6:20 AM, Devender Yadav > wrote: Thanks Hemanth for a quick reply. From: Hemanth Gudela

question regarding pyspark

2017-04-21 Thread Afshin, Bardia
, Bardia Afshin The information contained in this e-mail is confidential and/or proprietary to Capital One and/or its affiliates and may only be used solely in performance of work or services for Capital One. The information transmitted

Hadoop s3 integration for Spark

2017-04-14 Thread Afshin, Bardia
Hello community. I’m considering consuming s3 objects via Hadoop via s3a protocol. The main purpose of this is to utilize Spark to access s3, and it seems like the only formal protocol / integration for doing so is Hadoop. The process that I am implementing is rather formal and straight

[Live-devel] Multiple client sync

2017-04-11 Thread Bardia Bandali
Hi, Is there any inherent function to synchronize audio in multiple clients ? Thanks in advance, Bardi ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Yahoo-eng-team] [Bug 1529781] [NEW] Tempest volume tests are failing in devstack vm

2015-12-28 Thread Bardia Keyoumarsi
Public bug reported: The following tempest volume tests have been failing in CI's test run since Friday Dec 18, 2015. 20:33:46 {0} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume [271.730166s] ... FAILED 20:33:53 {0}

[Yahoo-eng-team] [Bug 1529781] Re: Tempest volume tests are failing in devstack vm

2015-12-28 Thread Bardia Keyoumarsi
** Description changed: The following tempest volume tests have been failing in CI's test run since Friday Dec 18, 2015. 20:33:46 {0} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume [271.730166s] ... FAILED 20:33:53

Re: [AI] Stand up and be counted; VIBEWA survey

2015-10-18 Thread Peeyush Bardia
Namaskaar Vamshi Ji, My self Peeyush Bardia from Jaipur and working in a NBFC "AU Financiers" that got In-principle approval from RBI to converting in Small finance Bank within 18 months. Our management is in talk with various IT companies for Banking Softwares and prerequisites for th

[vagrant-up] Buildling up a microservice

2015-09-21 Thread Bardia Afshin
I want to be able to kickoff a stack with it's vagrant file generated by initiating a CLI command of sorts, ie generate-microservice --os=centos --version=7 --framework=lumen --dns=microservice1.localhost and have it generate the vagrant box for me, with the os centos version 7, framework

Re: [users@httpd] mime.types

2015-07-12 Thread Bardia Afshin
Unsubscribe  — Sent from Mailbox On Sat, Jul 11, 2015 at 7:10 PM, Michael A. Peters mpet...@domblogger.net wrote: yum provides /etc/mime.types On July 8, 2015 2:13:04 PM MDT, Cohen, Laurence lco...@novetta.com wrote: I am using the CentOS6 RPM for my Apache Web Server. When starting up,

Re: [users@httpd] unsubscribe

2015-07-08 Thread Bardia Afshin
Unsubscribe  — Sent from Mailbox On Wed, Jul 8, 2015 at 1:18 AM, Yann Ylavic ylavic@gmail.com wrote: On Wed, Jul 8, 2015 at 9:48 AM, Mark VLIZ mark.vancrombru...@vliz.be wrote: - To unsubscribe, e-mail:

Re: [AI] Suggestion for Docter

2015-05-19 Thread Peeyush Bardia
of the person sending the mail and AI in no way relates itself to its veracity; 2. AI cannot be held liable for any commission/omission based on the mails sent through this mailing list.. -- Health to You. Warm Regards, Peeyush Bardia +91 900209 Register at the dedicated AccessIndia

Re: [AI] Suggestion for Docter

2015-05-19 Thread Peeyush Bardia
Bardia peeyush.bardia...@gmail.com wrote: I would like to suggest to consult with Dr. Tarun Sharma in Shanker Netralaya. My friend's Ratina detachment is very well curable in india also. You can also get good care at Ratina foundation, Ahmedabad. father has recently got successful

[meta-arago] [PATCH] configs: Config for the GLSDK 6.03.00.01

2014-06-05 Thread Vivek Bardia
Signed-off-by: Vivek Bardia x0161...@ti.com --- configs/glsdk/glsdk-06.03.00.01-config.txt | 12 1 file changed, 12 insertions(+) create mode 100644 configs/glsdk/glsdk-06.03.00.01-config.txt diff --git a/configs/glsdk/glsdk-06.03.00.01-config.txt b/configs/glsdk/glsdk

[meta-arago] [PATCH] configs: Config for the GLSDK 6.03.00.01

2014-06-05 Thread Vivek Bardia
Signed-off-by: Vivek Bardia x0161...@ti.com --- configs/glsdk/glsdk-06.03.00.01-config.txt | 12 1 file changed, 12 insertions(+) create mode 100644 configs/glsdk/glsdk-06.03.00.01-config.txt diff --git a/configs/glsdk/glsdk-06.03.00.01-config.txt b/configs/glsdk/glsdk

[meta-arago] [PATCH] configs: Config for the GLSDK 6.03.00.01

2014-06-05 Thread Vivek Bardia
Signed-off-by: Vivek Bardia x0161...@ti.com --- configs/glsdk/glsdk-06.03.00.01-config.txt | 12 1 file changed, 12 insertions(+) create mode 100644 configs/glsdk/glsdk-06.03.00.01-config.txt diff --git a/configs/glsdk/glsdk-06.03.00.01-config.txt b/configs/glsdk/glsdk

[AI] Any Call Center executive on the list!!!

2014-04-25 Thread Peeyush Bardia
work like this. Please mail me your contact detail so that I could get to you. My ID is :- peeyush.bardia...@gmail.com -- Health to You. Warm Regards, Peeyush Bardia +91 900209 Register at the dedicated AccessIndia list for discussing accessibility of mobile phones / Tabs on: http

[AI] Need Guidance to Use Net Banking through HDFC Bank

2014-04-02 Thread Peeyush Bardia
to You, Regards, Peeyush Bardia 0900209 Register at the dedicated AccessIndia list for discussing accessibility of mobile phones / Tabs on: http://mail.accessindia.org.in/mailman/listinfo/mobile.accessindia_accessindia.org.in Search for old postings at: http://www.mail-archive.com/accessindia

[AI] URGENT GUIDANCE REQUIRED

2013-12-16 Thread Peeyush Bardia
Regards, Peeyush bardia 0900209 Register at the dedicated AccessIndia list for discussing accessibility of mobile phones / Tabs on: http://mail.accessindia.org.in/mailman/listinfo/mobile.accessindia_accessindia.org.in Search for old postings at: http://www.mail-archive.com/accessindia

[AI] Introduction

2013-11-13 Thread Peeyush Bardia
Namaskar List Members !! I am extremely happy to introduce myself to you all. I am Peeyush Bardia from Jaipur, Rajasthan. I lost my eye sight before 2 years due to Ratina Damage. I am still on working in the same company where workingfrom last 11 years. My life’s these two years are worst ever

[Bug 1180219] Re: Update to 2.68a

2013-09-04 Thread bardia khosravi
Hi There, I just got the lates source form svn and I still see this problem on ubantu 12.04. Do you think I am missing something? The error is below: Compiling == 'writeffmpeg.c' In file included from source/blender/blenkernel/intern/writeffmpeg.c:70:0: intern/ffmpeg/ffmpeg_compat.h:99:5: error:

Amarok Ambiance 0.1

2012-06-29 Thread Bardia Daneshvar
Name: Amarok Ambiance Version: 0.1 Type: Amarok 2.0 Script Depend: License: LGPL Homepage: More Info: http://kde-apps.org/content/show.php?content=152001 Description: Ambiance theme style for Amarok JOB RECOMMENDATION: more jobs: http://KDE-Apps.org/jobs/

Bug#506726: tvtime should recommend/suggest oss-compat pkg

2012-05-07 Thread Bardia Fallah Behabadi
tvtime doesn't recommend or suggest any alsa package, because it's not compiled with libasound support yet. To have a meaningful audio experience along with the tv picture a user with an alsa sound system (iow - everyone) will need to install oss-compat so that tvtime audio integration will work.

SV: looking for a music database programme to replace audigen explorer

2012-03-11 Thread Bardia Zakeri
Witsh screen rteader do you use first -Ursprungligt meddelande- Från: pc-audio-boun...@pc-audio.org [mailto:pc-audio-boun...@pc-audio.org] För André van Deventer Skickat: den 11 mars 2012 10:19 Till: pc-audio@pc-audio.org Ämne: looking for a music database programme to replace audigen

SV: Listening to what is being recorded with total recorder?

2012-03-10 Thread Bardia Zakeri
You can use stereo mixer if you have it in your computer -Ursprungligt meddelande- Från: pc-audio-boun...@pc-audio.org [mailto:pc-audio-boun...@pc-audio.org] För Carliss Skickat: den 10 mars 2012 07:26 Till: pc-audio@pc-audio.org Ämne: Listening to what is being recorded with total

SV: Problems Checking For New Version Of Tapin Radio

2012-03-10 Thread Bardia Zakeri
Iwant to test -Ursprungligt meddelande- Från: pc-audio-boun...@pc-audio.org [mailto:pc-audio-boun...@pc-audio.org] För Jörgen Hansson Skickat: den 8 mars 2012 20:10 Till: PC Audio Discussion List Ämne: Re: Problems Checking For New Version Of Tapin Radio Hey tom! Well, I got that

SV: Listening to what is being recorded with total recorder?

2012-03-10 Thread Bardia Zakeri
What recorder do yout use -Ursprungligt meddelande- Från: pc-audio-boun...@pc-audio.org [mailto:pc-audio-boun...@pc-audio.org] För ken reed Skickat: den 10 mars 2012 19:13 Till: PC Audio Discussion List Ämne: Re: Listening to what is being recorded with total recorder? Hi, look at the

Re: [BRLTTY] Getting Alva BC680 to work...

2012-03-03 Thread Bardia Zakeri
Hello I had downgrade my to 2.6 from 2.8.1 and now I canuse brltty too But my is a alva bc640 and my tekniker has do this for me downgradeto 2.6 from 2.8 And don’t test. To downgrade self I had test to upgrade and downgrade and the display was corrupt so I had to send to my tekniker to

  1   2   3   4   5   6   >