Git Product home page Git Product logo

Comments (5)

kjeffery avatar kjeffery commented on September 26, 2024

I see illegal instruction errors when the hardware does not support the instruction set. Still, it's odd to see it during compilation (the compiler will write the instruction regardless of whether your hardware supports it). What processor are you using? What compiler are you using?

from openmoonray.

denislavdoynov avatar denislavdoynov commented on September 26, 2024

Have the same issue. I'm using:
gcc 9.3
12th Gen Intel(R) Core(TM) i7-12700K

Edit:
More info
traps: rdl2_ispc_util[5676] trap invalid opcode ip:7f8919c3a101 sp:7fff63feecf0 error:0 in libcommon_math.so[7f8919c3a000+1000]

from openmoonray.

rwoods-dwa avatar rwoods-dwa commented on September 26, 2024

rdl2_ispc_util is build as with the same compiler flags as the rest of moonray -march=avx2. What flags does your machine support run more /proc/cpuinfo to find out look for the flags: labels and under there look for avx2 fma and f16c.

from openmoonray.

fjallraven avatar fjallraven commented on September 26, 2024

Thanks @rwoods-dwa that's not supported on my machine

Intel(R) Xeon(R) CPU           E5620  @ 2.40GHz

flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc 
aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 popcnt aes lahf_lm epb ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid dtherm ida arat spec_ctrl intel_stibp fl
ush_l1d

from openmoonray.

kjeffery avatar kjeffery commented on September 26, 2024

@fjallraven I am almost positive that MoonRay will build and run with avx (avx1, as opposed to avx2), but your machine doesn't support that. I don't know if MoonRay will compile with sse4.2 support, but you can try.

from openmoonray.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.