Open manoj-kumar-tg opened 6 months ago
FYI ... @PHILO-HE @FelixYBW
With the same parameters, if you build by GCC, can it pass?
Yes, with GCC it works, I am just wondering what configuration needs to be added for Clang build
@FelixYBW if I need to build gluten with clang16.. what steps I should take ?
I'm not sure. We never tried clang16
I'm not sure. We never tried clang16
official we don't support clang , am I right ?
official we don't support clang , am I right ?
Intel Gluten team doesn't use clang and none of our customers required it. Not sure anyone in community has tried.
Intel Gluten team doesn't use clang and none of our customers required it. Not sure anyone in community has tried.
Ok i will do some more experiments around it, will update on this thread 👍
Backend
VL (Velox)
Bug description
Spark version
Spark-3.3.x
Spark configurations
Spark config: (spark.app.name,org.apache.spark.sql.hive.thriftserver.SparkSQLCLIDriver) (spark.app.submitTime,1716290104384) (spark.driver.cores,5) (spark.driver.memory,50g) (spark.eventLog.dir,file:///home/zetta_spark3/sparkEventLogs) (spark.eventLog.enabled,true) (spark.executor.cores,5) (spark.executor.instances,3) (spark.executor.memory,40g) (spark.executor.memoryOverhead,500m) (spark.hadoop.spark.parquet.binaryAsString,false) (spark.hadoop.spark.sql.caseSensitive,false) (spark.history.fs.logDirectory,file:///home/zetta_spark3/sparkEventLogs) (spark.jars,) (spark.kryoserializer.buffer.max,1g) (spark.master,local) (spark.memory.offHeap.enabled,true) (spark.memory.offHeap.size,20g) (spark.plugins,io.glutenproject.GlutenPlugin) (spark.repl.local.jars,) (spark.serializer,org.apache.spark.serializer.KryoSerializer) (spark.shuffle.manager,org.apache.spark.shuffle.sort.ColumnarShuffleManager) (spark.sql.adaptive.advisoryPartitionSizeInBytes,100M) (spark.sql.autoBroadcastJoinThreshold,200M) (spark.sql.catalogImplementation,hive) (spark.sql.dynamicPartitionPruning.enabled,true) (spark.sql.join.preferSortMergeJoin,false) (spark.sql.legacy.parquet.nanosAsLong,true) (spark.sql.optimizer.dynamicPartitionPruning.enforceBroadcastReuse,true) (spark.sql.shuffle.partitions,400) (spark.submit.deployMode,client) (spark.submit.pyFiles,) (spark.ui.retainedJobs,5000) (spark.ui.retainedStages,5000) (spark.ui.showConsoleProgress,true)
System information
System information zetta@dc78cde26b0c:~$ bash incubator-gluten-1.1.1/dev/info.sh
Velox System Info v0.0.2 Commit: Not in a git repo. CMake Version: 3.22.1 System: Linux-5.15.0-107-generic Arch: x86_64 C++ Compiler: /opt/AMD/aocc-compiler-4.2.0/bin/clang++ C++ Compiler Version: 16.0.3 C Compiler: /opt/AMD/aocc-compiler-4.2.0/bin/clang C Compiler Version: 16.0.3 CMake Prefix Path: /usr/local;/usr;/;/usr;/usr/local;/usr/X11R6;/usr/pkg;/opt
Relevant logs
No response