Displaying 7 results from an estimated 7 matches for "l298".
Did you mean:
298
2017 Nov 13
4
Addressing the problem of noisy GPUs under Nouveau
...,
Martin
PS: here is most of the code you may want to see:
http://fs.mupuf.org/nvidia/fan_calib/
[1] http://fs.mupuf.org/nvidia/fan_calib/pwm_offset.png
[2] https://github.com/envytools/envytools/blob/master/nvbios/power.c#L333
[3] https://github.com/envytools/envytools/blob/master/nvbios/power.c#L298
2020 Sep 03
2
Rgui never processes ~/.Renviron
...C:\Users\alice> Rgui
and you'll see that FOO is reported as "" (empty), whereas with R or
Rscript, it is reported as "123".
TROUBLESHOOTING:
>From code inspection
(<https://github.com/wch/r-source/blob/1658c8491e9cdc6d2fe61603ed23ae56232b6727/src/main/Renviron.c#L298-L301>):
#ifdef Win32
{
char buf[1024]; /* MAX_PATH is less than this */
/* R_USER is not necessarily set yet, so we have to work harder */
s = getenv("R_USER");
if(!s) s = getenv("HOME");
if(!s) return;
snprintf(buf, 1024, "%s/.Renviron",...
2017 Nov 13
0
Addressing the problem of noisy GPUs under Nouveau
...t of the code you may want to see:
> http://fs.mupuf.org/nvidia/fan_calib/
>
> [1] http://fs.mupuf.org/nvidia/fan_calib/pwm_offset.png
> [2] https://github.com/envytools/envytools/blob/master/nvbios/power.c#L333
> [3] https://github.com/envytools/envytools/blob/master/nvbios/power.c#L298
>
2019 Jan 22
4
Fedora 29 guestfish not working
Hello,
I tried to install guestfish on my Fedora 29 and used the commands from
documentation sudo dnf install libguestfs-tools but I got an error when
I tried to execute run. You will find below logs below:
************************************************************
* IMPORTANT NOTICE
*
* When reporting bugs, include the COMPLETE, UNEDITED
* output
2019 Jan 22
0
Re: Fedora 29 guestfish not working
...gt; supermin: exception: Librpm.Multiple_matches(2)
Ouch, yes, that's a new bug we've not seen before ...
It's caused by librpm returning an unexpected value, but
I'm not sure why:
https://github.com/libguestfs/supermin/blob/1ed4bdd4d782d8f94b197283866cf24f86f7869b/src/librpm-c.c#L298
I'll have to have a look at the documentation for librpm. Do you have
multiple installed RPMs with the same name?
Rich.
> libguestfs: error: /usr/bin/supermin exited with error status 1, see
> debug messages above
> libguestfs: clear_socket_create_context: setsockcreatecon failed:...
2017 Nov 22
3
Addressing the problem of noisy GPUs under Nouveau
...t to see:
> > http://fs.mupuf.org/nvidia/fan_calib/
> >
> > [1] http://fs.mupuf.org/nvidia/fan_calib/pwm_offset.png
> > [2] https://github.com/envytools/envytools/blob/master/nvbios/power.c#L333
> > [3] https://github.com/envytools/envytools/blob/master/nvbios/power.c#L298
> >
2013 Oct 15
0
[LLVMdev] [llvm-commits] r192750 - Enable MI Sched for x86.
...; placed on the former return address stack slot. Special care needs to be taken
>> ; taken that the return address is moved / or stored in a register before
>> ; lowering of arguments potentially overwrites the value.
>> @@ -51,5 +51,3 @@ false:
>> tail call fastcc void @l298(i32 %r10, i32 %r9, i32 %r4) noreturn nounwind
>> ret void
>> }
>> -
>> -
>>
>> Modified: llvm/trunk/test/CodeGen/X86/2010-09-17-SideEffectsInChain.ll
>> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2010-09-17-SideEffectsInChain.ll...